ConcreteRange.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
struct ConcreteRange(R, W)
static if(hasSlicing!R)
size_t[2]
opSlice
(
size_t dim
)
(
size_t start
,
size_t end
)
if (
dim == 0
)
if (
isInputRange!R &&
is(ElementType!R == BufRef)
&&
)

Meta