List of functions and data types in Dict
[a] keys(Dict<a, b> dict)
Arguments
Usage
List all keys in a dictionary. There is no guarantee of any order, although at least within a single program run, identical dictionaries will return identical lists.
Related