map.keys
Syntax
Get the keys of a map.
A list of all keys used in map m is returned.
l - list of keys in map m
m - map to get aa list of all keys from.
map.has
map.merge
9.1.13