Vocabularyhashtables.privateInputsOutputsarray | the underlying array of the hashtable |
n | the index of the key |
? | a boolean indicating whether the key was present |
Word descriptionSearches the hashtable for the key using a quadratic probing strategy. Searches stop if either the key or an
+empty+ sentinel is found. Searches skip the
+tombstone+ sentinel.
See alsonew-key@Definition