[ library(hash) | Reference Manual | Alphabetic Index ]
hash_get(+Table, ++Key, -Value)
Find the entry stored under key Key and return its value
- Table
- A hash table
- Key
- a ground term
- Value
- Any term
Modes and Determinism
- hash_get(+, ++, -) is semidet
Fail Conditions
No entry for Key
See Also
hash_create / 1, hash_set / 3, hash_list / 3, hash_contains / 2, hash_update / 4