TotalContainer.opSlice

Returns a range that iterates the container between two specified positions.

Complexity: O(log(n))

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

Meta