
hash_iter(+Table, -Iter)

   Create an iterator to traverse the hash table

Arguments
   Table               A hash table
   Iter                Hash table iterator structure (output)

Type
   library(hash)

Description

	Create an iterator to traverse the hash table. Note that the
	hash table should not be modified while the iterator is used,
	otherwise the behaviour is undefined.

Modes and Determinism
   hash_iter(+, -) is det

See Also
   hash_next / 4, hash_last / 1, hash_list / 3
