[Pair<a, b> ] entries(Dict<a, b> dict)
Arguments
dict: A dictionary
Usage
List all entries in a dictionary (as a list of Tuples::Pair in key-value order). There is no guarantee of any order, although at least within a single program run, identical dictionaries will return identical lists.