The OpenD Programming Language

Indexed.opIndex

Range primitives

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

Meta