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