
hash_count(+Table, -Count)

   Returns the number of entries in the table (in constant time)

Arguments
   Table               A hash table
   Count               A variable or number

Type
   library(hash)

Modes and Determinism
   hash_count(+, -) is det

See Also
   hash_create / 1, hash_list / 3
