Handbook
Glossary
identity-memoize-quot ( quot effect -- memo-quot )
Vocabulary
memoize
Inputs
quot
an
object
effect
an
object
Outputs
memo-quot
an
object
Definition
USING:
kernel
memoize.private
;
IN:
memoize
:
identity-memoize-quot
( quot effect -- memo-quot )
dup
identity-memo-cache
-rot
make-memoizer
;