Indexed.indices

Returns the indices range.

struct Indexed(Source, Indices)
@property
Indices
indices
()
if (
isRandomAccessRange!Source &&
isInputRange!Indices
&&
is(typeof(Source.init[ElementType!(Indices).init]))
)

Meta