Cycle.popFront

Range primitives

  1. void popFront()
    struct Cycle(R)
    static if(isRandomAccessRange!R && hasLength!R)
    void
    popFront
    ()
    if (
    isForwardRange!R &&
    !isInfinite!R
    )
  2. void popFront()

Meta