Handbook
Glossary
standard-method? ( method -- ? )
Vocabulary
hints
Inputs
method
an
object
Outputs
?
an
object
Definition
USING:
generic
generic.standard
kernel
words
;
IN:
hints
:
standard-method?
( method -- ? )
dup
method?
[
"method-generic"
word-prop
standard-generic?
]
[
drop
f
]
if
;