generic? ( object -- ? )
Factor handbook » The language » Objects » Generic words and methods » Generic word introspection

Prev:generic
Next:define-generic ( word combination effect -- )


Vocabulary
generic

Inputs and outputs
objectan object
?a boolean


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

Definition