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