BTree.length

Returns the number of elements currently stored in the tree.

struct BTree(T, BTreeParameters params = BTreeParameters.init, Allocator = Mallocator)
@property const
size_t
length
()