std:std.collections.Map<K,V>.Values
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.