BinarySearchTree2.lookup

Gets an element without allocation. Returns E.init if key not found.

struct BinarySearchTree2(Elem)
@nogc
Elem
lookup
(
K
)
(
K key
)

Meta