| Next | Hash Hash Hash | 12 |
store(hash, key, value)
value = fetch(hash, key)
bool = contains(hash, key)
delete(hash, key)
keylist = keys(hash)
key_1 = first_key(hash)
key_b = next_key(hash, key_a)
| Next | ![]() |
12 |