Handbook
Glossary
lru-cache? ( object -- ? )
Vocabulary
lru-cache
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
lru-cache
class.
Definition
USING:
classes.tuple.private
;
IN:
lru-cache
:
lru-cache?
( object -- ? )
\
lru-cache
9
tuple-instance?
;