Indexed.opIndex

Range primitives

struct Indexed(Source, Indices)
ref
static if(isRandomAccessRange!Indices)
opIndex
(
size_t index
)
if (
isRandomAccessRange!Source &&
isInputRange!Indices
&&
is(typeof(Source.init[ElementType!(Indices).init]))
)

Meta