Indexed.popFront

Range primitives

  1. auto ref front [@property getter]
  2. void popFront()
    struct Indexed(Source, Indices)
    void
    popFront
    ()
    if (
    isInputRange!Indices
    &&
    is(typeof(Source.init[ElementType!(Indices).init]))
    )

Meta

Suggestion Box / Bug Report