OrderedIndex.opSlice

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

Complexity: O(log(n))

  1. OrderedRange opSlice()
    mixintemplate OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
    opSlice
    ()
  2. ConstOrderedRange opSlice()

Meta