std.collections.Map.Values - nitrologic/monkey2 GitHub Wiki
std::.std.collections.Map.Values
Property Values:std:std.collections.Map<K,V>.std:std.collections.Map.MapValues
Gets a view of the map's values.
The returned value can be used with an Eachin loop to iterate over the map's values.