set? ( object -- ? )
Factor handbook » The language » Collections » Sets

Prev:set
Next:Operations on sets


Vocabulary
sets

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the set class.

Definition