RedBlackTree.opBinaryRight

bool opBinaryRight(string op)(Elem e) if (op == "in") const

in operator. Check to see if the given element exists in the container.

Complexity: log(n)