Vocabularyhashtables.privateInputskey | a key |
array | the underlying array of a hashtable |
Outputsi | the index to begin hashtable search |
Word descriptionComputes the index to begin searching from the hashcode of the key. Always outputs an even value since keys are stored at even indices of the underlying array.
Definition