IndexMixin.opSlice

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

Complexity: O(1)

  1. RARange opSlice()
    mixintemplate IndexMixin(size_t N, ThisContainer)
    opSlice
    ()
  2. ConstRARange opSlice()
  3. RARange opSlice(size_t a, size_t b)
  4. ConstRARange opSlice(size_t a, size_t b)

Meta