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