BTree.opBinaryRight

Check if the tree contains an element.

struct BTree(T, BTreeParameters params = BTreeParameters.init, Allocator = Mallocator)
const
bool
opBinaryRight
(
string op : "in"
)
(
in T x
)