List of functions and data types in Dict
[b] vals(Dict<a, b> dict)
Arguments
Usage
List all values 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