Handbook
Glossary
dispatch-order ( generic -- seq )
Factor handbook
»
The language
»
Objects
»
Generic words and methods
»
Method precedence
Vocabulary
generic
Inputs
generic
a
generic
Outputs
seq
a
sequence
of
class
s
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
USING:
classes.algebra
;
IN:
generic
:
dispatch-order
( generic -- seq )
method-classes
sort-classes
;