Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
cache-eql-object ( obj quot -- value )
Vocabulary
bootstrap.image.private
Definition
USING:
accessors
assocs
kernel
namespaces
;
IN:
bootstrap.image.private
:
cache-eql-object
( obj quot -- value )
[
<eql-wrapper>
objects
get
]
dip
[
[
obj>>
]
]
dip
compose
cache
;
inline