BTree.clear

/ /

class BTree(ValueT, size_t NodeSizeV = 256, alias ValueLessF = "a < b")
void
clear
()
if (
is(typeof(binaryFun!ValueLessF(ValueT.init, ValueT.init)) : bool)
)

Meta