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

Prev:implementors ( class/classes -- seq )
Next:<method> ( class generic -- method )


Vocabulary
generic

Inputs
worda generic


Outputs
None

Word description
Regenerates the definition of a generic word by applying the method combination to the set of defined methods.

Notes
Calling this word directly is not necessary in most cases. Higher-level words call it automatically.

Definition