Handbook
Glossary
empty-node? ( object -- ? )
Vocabulary
persistent
.
hashtables
.
nodes
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
empty-node
class.
Definition
USING:
kernel
;
IN:
persistent.hashtables.nodes
:
empty-node?
( object -- ? )
\
empty-node
eq?
;