map.size

Syntax

i := map.size(m)

Get the map size. The map size is the total number of key/value pairs stored in the map.

Returns:

i - map size

Arguments:

m - map