size

Returns the number of key-value mappings in the specified associative array

int
size
(
K
V
)
(
V[K] aa
)

Parameters

aa V[K]

the associative array to get the number of key-value mappings from

Return Value

Type: int

the number of key-value mappings in the associative array

Meta