map.keys

Syntax

mr = map.keys(m)

Get the keys of a map. A map is returned with keys that are integers from 1 to the size of the map.

Returns:mr - key map
Arguments:m - map