TotalContainer.opSlice

Returns a range that iterates over all elements of the container, in a container-defined order. The container should choose the most convenient and fast method of iteration for opSlice().

Complexity: O(log(n))

  1. Range opSlice()
    struct TotalContainer(T)
    opSlice
    ()
  2. Range opSlice(size_t a, size_t b)

Meta