ReversableRange.popFront

Bidirectional range primitives

  1. bool empty()
  2. auto front()
  3. auto back()
  4. void popFront()
    struct ReversableRange(alias reverseTransform = identity, R)
    void
    popFront
    ()
    if (
    isBidirectionalRange!R
    )
  5. void popBack()
  6. auto save()

Meta