Handbook
Glossary
struct-slot-spec? ( object -- ? )
Vocabulary
classes
.
struct
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
struct-slot-spec
class.
Definition
USING:
classes.tuple.private
;
IN:
classes.struct
:
struct-slot-spec?
( object -- ? )
\
struct-slot-spec
9
tuple-instance?
;