Handbook
Glossary
generator-bind? ( object -- ? )
Vocabulary
db
.
types
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
generator-bind
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
db.types
:
generator-bind?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
generator-bind
eq?
]
[
drop
f
]
if
;