count keys in map()
Returns the number of elements in the map a.
Parameters
|
Parameter |
Description |
|
a |
(optional) Name of the map. Default: "default". |
Examples
A map "myMap" with three elements is defined.
|
Parameter a |
Result |
|
myMap |
3 |
|
myOtherMap |
0 |