Handbook
Glossary
>persistent-hash ( assoc -- phash )
Vocabulary
persistent
.
hashtables
Inputs
assoc
an
object
Outputs
phash
an
object
Definition
USING:
assocs
kernel
persistent.assocs
;
IN:
persistent.hashtables
:
>persistent-hash
( assoc -- phash )
PH{
}
swap
[
spin
new-at
]
assoc-each
;