Kaya 0.5.3 reference for Dict::entries

List of functions and data types in Dict

[Pair<a, b> ] entries(Dict<a, b> dict)

Arguments

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.

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya