probe ( array i probe# -- array i probe# )


Vocabulary
hashtables.private

Inputs
arraythe underlying array of a hashtable
ia search index
probe#an incrementing counter


Outputs
arraythe underlying array of a hashtable
ia search index
probe#an incrementing counter


Word description
Outputs the next hashtable search index.

Definition