BTree.clear

Removes all elements and deallocates all memory for this tree.

If existing elements are structs with a destructor defined, those will be called.

struct BTree(T, BTreeParameters params = BTreeParameters.init, Allocator = Mallocator)
void
clear
()