Handbook
Glossary
byte-array? ( object -- ? )
Vocabulary
tools
.
image-analyzer
.
vm
.
64
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
byte-array
class.
Definition
USING:
classes.tuple.private
;
IN:
tools.image-analyzer.vm.64
:
byte-array?
( object -- ? )
\
byte-array
9
tuple-instance?
;