SortedRange.opBinaryRight
bool opBinaryRight(string op, V)(V value) if (op == "in" && isRandomAccessRange!Range)Like contains, but the value is specified before the range.
bool opBinaryRight(string op, V)(V value) if (op == "in" && isRandomAccessRange!Range)Like contains, but the value is specified before the range.