Handbook
Glossary
number-hashtable? ( object -- ? )
Vocabulary
hashtables
.
numbers
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
number-hashtable
class.
Definition
USING:
classes.tuple.private
;
IN:
hashtables.numbers
:
number-hashtable?
( object -- ? )
\
number-hashtable
9
tuple-instance?
;