Handbook
Glossary
uchar-32? ( object -- ? )
Vocabulary
math
.
vectors
.
simd
.
cords
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
uchar-32
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
math.vectors.simd.cords
:
uchar-32?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
uchar-32
eq?
]
[
drop
f
]
if
;