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