size — Size of a map
integer size (
)
MAP
Returns the number of key/value pairs in the map MAP.
size($["a":1, "aa":2, "b":3]) -> 3