[ library(hash) | Reference Manual | Alphabetic Index ]
hash_set(+Table, ++Key, +Value)
Add an (or modify the existing) entry with key Key and value Value to the hash table
- Table
- A hash table
- Key
- a ground term
- Value
- Any term
Modes and Determinism
- hash_set(+, ++, +) is det
See Also
hash_get / 3, hash_insert / 3, hash_update / 5, hash_map / 3