The OpenD Programming Language

SortedRange.opSlice

Range primitives.

struct SortedRange(Range, alias pred = "a < b", SortedRangeOptions opt = SortedRangeOptions.assumeSorted)
return scope
static if(hasSlicing!Range)
opSlice
(
size_t a
,
size_t b
)
if ()

Meta