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