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