BinarySearchTree.opIndex

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

struct BinarySearchTree(K, E)
@nogc
E
opIndex
(
K key
)

Meta