BinarySearchTree2.length

Returns the number of elements in the tree.

struct BinarySearchTree2(Elem)
@nogc @property
size_t
length
()

Meta