Handbook
Glossary
method-spec? ( object -- ? )
Vocabulary
multi-methods
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
method-spec
class.
Definition
USING:
arrays
classes
kernel
sequences
;
IN:
multi-methods
:
method-spec?
( object -- ? )
dup
array?
[
unclip
generic?
[
[
class?
]
all?
]
dip
and
]
[
drop
f
]
if
;