Handbook
Glossary
specialize-method ( quot method -- quot' )
Vocabulary
hints
Inputs
quot
an
object
method
an
object
Outputs
quot'
an
object
Definition
USING:
kernel
sequences
words
;
IN:
hints
:
specialize-method
( quot method -- quot' )
[
method-declaration
prepend
]
[
"method-generic"
word-prop
]
bi
specializer
[
specialize-quot
]
when*
;