BTree.empty

Is this B-Tree empty?

struct BTree(K, V, alias less = "a < b", bool allowDuplicates = false, bool duplicateKeyIsUB = false)
nothrow @nogc const
bool
empty
()

Return Value

Type: bool

true if zero elements.

Meta