[ library(hash) | Reference Manual | Alphabetic Index ]
hash_find(+Table, ++Key, -Value)
A synonym for hash_get/3
- Table
- A hash table
- Key
- a ground term
- Value
- Any term
Modes and Determinism
- hash_find(+, ++, -) is semidet
Fail Conditions
No entry for Key
See Also
hash_get / 3