BTree.opIndex

Gets the address of the first matching element, or null if it isn't in the tree.

NOTE: returned pointer may be invalidated by any insertions or deletions.

struct BTree(T, BTreeParameters params = BTreeParameters.init, Allocator = Mallocator)
inout
inout(T)*
opIndex
(
in T x
)