Handbook
Glossary
enum-c-type-word? ( object -- ? )
Vocabulary
alien
.
enums
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
enum-c-type-word
class.
Definition
USING:
alien.c-types
alien.enums.private
kernel
words
;
IN:
alien.enums
:
enum-c-type-word?
( object -- ? )
dup
c-type-word?
[
"c-type"
word-prop
enum-c-type?
]
[
drop
f
]
if
;