TTree.empty

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

Return Value

Type: bool

true if the tree is empty.

Meta