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" &&
)
if ()

Meta

Suggestion Box / Bug Report