std:std.collections.Map<K,V>.Keys
Gets a view of the map's keys.
The returned value can be used with an Eachin loop to iterate over the map's keys.