BTree.this

Constructor. A new B-tree has no allocation and zero items.

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

Meta