Handbook
Glossary
dispatch# ( word -- n )
Vocabulary
generic
.
single
Inputs
word
an
object
Outputs
n
an
object
Definition
IN:
generic.single
GENERIC:
dispatch#
( word -- n )
Methods
USING:
generic
generic.single
words
;
M:
generic
dispatch#
"combination"
word-prop
dispatch#
;
USING:
generic.hook
generic.single
kernel
;
M:
hook-combination
dispatch#
drop
0
;
USING:
accessors
generic.single
generic.standard
;
M:
standard-combination
dispatch#
#>>
;