Handbook
Glossary
memo-cache ( effect -- cache )
Vocabulary
memoize
.
private
Inputs
effect
an
object
Outputs
cache
an
object
Definition
USING:
accessors
arrays
kernel
math
sequences
;
IN:
memoize.private
:
memo-cache
( effect -- cache )
in>>
length
zero?
[
f
f
2array
]
[
H{
}
clone
]
if
;