isempty — Returns whether the map m is empty.
m
boolean isempty (
)
Map
Emptiness of map m
Notice that the map m must not be nil.
isempty($[]) -> true isempty($[ `host : "pandora" ]) -> false