MoveableSortedRange.popBack

Range primitives.

  1. bool empty()
  2. auto save()
  3. auto ref front()
  4. void popFront()
  5. auto ref back()
  6. void popBack()
    struct MoveableSortedRange(Range, alias pred = "a < b")
    void
    popBack
    ()
    if (
    isInputRange!Range
    )
  7. auto ref opIndex(size_t i)
  8. auto opSlice(size_t a, size_t b)
  9. size_t length()

Meta