IndexMixin.opSlice

Fetch a range that spans all the elements in the container.

Complexity: O(1)

  1. RARange opSlice()
    mixin template IndexMixin(size_t N, ThisContainer)
    RARange
    opSlice
    (
    )
  2. RARange opSlice(size_t a, size_t b)

Meta