Handbook
Glossary
vector-rep? ( object -- ? )
Vocabulary
cpu
.
architecture
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
vector-rep
class.
Definition
USING:
kernel
;
IN:
cpu.architecture
:
vector-rep?
( object -- ? )
dup
float-vector-rep?
[
drop
t
]
[
int-vector-rep?
]
if
;