<hashtable> ( n -- hash )
Factor handbook » The language » Collections » Hashtables

Prev:hashtable? ( object -- ? )
Next:>hashtable ( assoc -- hashtable )


Vocabulary
hashtables

Inputs
na positive integer specifying hashtable capacity


Outputs
hasha new hashtable


Word description
Create a new hashtable capable of storing n key/value pairs before growing.

Definition