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