BinarySearchTree2.add

Inserts a new element with some automatic optimization. TODO: Make the optimization better.

struct BinarySearchTree2(Elem)
@nogc
Elem
add
(
Elem elem
)

Meta