isEmpty

Returns <tt>true</tt> if the specified associative array contains no key-value mappings.

bool
isEmpty
(
K
V
)
(
V[K] aa
)

Parameters

aa V[K]

the associative array to check if it's empty

Return Value

Type: bool

<tt>true</tt> if the specified associative array contains no key-value mappings

Meta