Indexed.opSlice

Range primitives

struct Indexed(Source, Indices)
static if(isRandomAccessRange!Indices)
static if(hasSlicing!Indices)
typeof(this)
opSlice
(
size_t a
,
size_t b
)
if (
isRandomAccessRange!Source &&
isInputRange!Indices
&&
is(typeof(Source.init[ElementType!(Indices).init]))
)

Meta