Handbook
Glossary
>identity-hashtable ( assoc -- ihashtable )
Vocabulary
hashtables
.
identity
Inputs
assoc
an
object
Outputs
ihashtable
an
object
Definition
USING:
assocs
kernel
;
IN:
hashtables.identity
:
>identity-hashtable
( assoc -- ihashtable )
[
assoc-size
<identity-hashtable>
]
keep
assoc-union!
;