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