Signature: mapKeys(map: Map<K, V>) -> List<K>
Description: All keys of the map as a list. Order unspecified.
Parameters
- map (Map): The map
Returns: List
Example
mapKeys(m) // List
Signature: mapKeys(map: Map<K, V>) -> List<K>
Description: All keys of the map as a list. Order unspecified.
Returns: List
mapKeys(m) // List