TreeMap.length

Returns the number of currently held elements within the tree.

struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
@property @nogc @safe pure nothrow const
size_t
length
()

Meta