
hash_last(+Iter)

   Succeeds if the iterator has reached the end of the table

Arguments
   Iter                Hash table iterator structure

Type
   library(hash)

Modes and Determinism
   hash_last(+) is semidet

Fail Conditions
   There are further table entries left in the iteration

See Also
   hash_iter / 2, hash_next / 4, hash_list / 3
