[ library(hash) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

hash_iter(+Hash,-Iter)

Create an iterator to traverse the hash table

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.

See Also

hash_next / 4, hash_last / 1, hash_list / 3