Handbook
Glossary
>hashtable ( assoc -- hashtable )
Factor handbook
»
The language
»
Collections
»
Hashtables
Prev:
<hashtable> ( n -- hash )
Next:
Hashtable keys
Vocabulary
hashtables
Inputs
assoc
an
assoc
Outputs
hashtable
a
hashtable
Word description
Constructs a hashtable from any assoc.
Definition
USING:
assocs
hashtables.private
kernel
;
IN:
hashtables
:
>hashtable
( assoc -- hashtable )
[
>alist
]
[
assoc-size
<hashtable>
]
bi
[
(rehash)
]
keep
;