keys

Extract all the keys from a map.

Parameters:

No. Type Comments
1 map< K, V > The map to extract the keys from

Returns: set< K > - The set of keys from this map.

Usages:

  • keys( m : map<K, V> ) : set< K >