[ library(hash) | Reference Manual | Alphabetic Index ]
hash_list(+Table, -Keys, -Values)
Retrieve the hash table contents
- Table
- A hash table
- Keys
- a variable or list
- Values
- variable or list
Description
Retrieve the hash table contents in the form of a list of Keys
and a list of corresponding Values.
Modes and Determinism
- hash_list(+, -, -) is det
See Also
hash_list / 2, hash_keys / 2