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