
hash_clone(+Table, -Clone)

   Make a table copy that can be modified independently

Arguments
   Table               A hash table
   Clone               Output: a hash table

Type
   library(hash)

Modes and Determinism
   hash_clone(+, -) is det

See Also
   hash_create / 1
