IndexMixin.opSlice

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

Complexity: O(1)

  1. HeapRange opSlice()
    mixintemplate IndexMixin(size_t N, alias KeyFromValue, alias Compare, ThisContainer)
    opSlice
    ()
  2. ConstHeapRange opSlice()

Meta