SortedRange.back

Range primitives.

struct SortedRange(Range, alias pred = "a < b", SortedRangeOptions opt = SortedRangeOptions.assumeSorted)
@property ref
static if(isBidirectionalRange!Range)
back
()
if (
isInputRange!Range &&
)

Meta