
hash_add(+Table,+Key,+Value)

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

Type
   library(hash)


