grow-hash ( hash -- )


Vocabulary
hashtables.private

Inputs
hasha hashtable


Outputs
None

Word description
Enlarges the capacity of a hashtable. User code does not need to call this word directly.

Side effects
Modifies hash

Definition