Indexed.popFront

Range primitives

struct Indexed(Source, Indices)
void
popFront
()
if (
isRandomAccessRange!Source &&
isInputRange!Indices
&&
is(typeof(Source.init[ElementType!(Indices).init]))
)

Meta