SortedRange.opBinaryRight

Like contains, but the value is specified before the range.

struct SortedRange(Range, alias pred = "a < b", SortedRangeOptions opt = SortedRangeOptions.assumeSorted)
bool
opBinaryRight
(
string op
V
)
()
if (
op == "in" &&
isRandomAccessRange!Range
)
if (
isInputRange!Range &&
)

Meta