
hash_set(+Table, ++Key, +Value)

   Add an (or modify the existing) entry with key Key and value Value to the hash table

Arguments
   Table               A hash table
   Key                 a ground term
   Value               Any term

Type
   library(hash)

Modes and Determinism
   hash_set(+, ++, +) is det

See Also
   hash_get / 3, hash_insert / 3, hash_update / 5, hash_map / 3
