std:std.collections.Map<K,V>.Keys

Property Keys:Map<K,V>.MapKeys

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.