TTree.length

struct TTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
const nothrow pure @property
size_t
length
()

Return Value

Type: size_t

the number of elements in the tree.

Meta