Handbook
Glossary
bytes? ( object -- ? )
Vocabulary
tools
.
image
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
bytes
class.
Definition
USING:
kernel
kernel.private
math.private
;
IN:
tools.image
:
bytes?
( object -- ? )
tag
1
swap
fixnum-shift-fast
514
fixnum-bitand
0
eq?
not
;