BinarySearchTree.length

Returns the number of elements in the tree.

struct BinarySearchTree(K, E)
@nogc @property
size_t
length
()

Meta