[b] vals(TinyDict<a, b> dict)
Arguments
dict: A tiny dictionary
Usage
List all values in a tiny dictionary. There is no guarantee of any order, although at least within a single program run, identical dictionaries will return identical lists.
dict: A tiny dictionaryList all values in a tiny dictionary. There is no guarantee of any order, although at least within a single program run, identical dictionaries will return identical lists.