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