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