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