OrderedIndex.opSlice

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

Complexity: O(log(n))

mixin template OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
OrderedRange
opSlice
(
)

Meta