MoveableSortedRange.opIndex

Range primitives.

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

Meta