[Pair<a, b> ] entries(TinyDict<a, b> dict)
Arguments
dict: A tiny dictionary
Usage
List all entries in a tiny 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.