Function BTree.opBinaryRight
Implements the "in" operator for membership.
bool opBinaryRight(string op)
(
ValueT value
)
if (op == "in");
Implements the "in" operator for membership.
bool opBinaryRight(string op)
(
ValueT value
)
if (op == "in");