BTree.empty

Undocumented in source. Be warned that the author may not have intended to support it.
class BTree(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")
@property const
bool
empty
()
if (
is(typeof(binaryFun!ValueLessF(ValueT.init, ValueT.init)) : bool)
)

Meta