TreeMap.is_empty

struct TreeMap(T)
bool
is_empty
()

Return Value

Type: bool

true if the map is empty or false if it contains elements.

Meta