IndexedRoR.popFront

Input range primitives

  1. auto front()
  2. void popFront()
    struct IndexedRoR(Collection, Range)
    scope
    void
    popFront
    ()
    if (
    __traits(compiles, Range.init[size_t.init])
    )
  3. bool empty()
  4. size_t length [@property getter]

Meta