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