
hash_list(+Table, -Keys, -Values)

   Retrieve the hash table contents

Arguments
   Table               A hash table
   Keys                a variable or list
   Values              variable or list

Type
   library(hash)

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
