hash-count+ ( hash -- )


Vocabulary
hashtables.private

Inputs
hasha hashtable


Outputs
None

Word description
Called to increment the hashtable size when a new entry is added with set-at

Side effects
Modifies hash

Definition