Indexed.moveAt

Range primitives

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

Meta