dispatch-order ( generic -- seq )
Factor handbook » The language » Objects » Generic words and methods » Method precedence


Vocabulary
generic

Inputs
generica generic


Outputs
seqa sequence of classs


Word description
Outputs a sequence of classes for which methods have been defined on this generic word. The sequence is sorted in method dispatch order.

See also
sort-classes

Definition