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