TotalContainer.stableLinearRemove

Same as remove above, but has complexity relaxed to linear.

  1. Range linearRemove(Range r)
  2. Range stableLinearRemove(Range r)
    struct TotalContainer(T)
    stableLinearRemove

Return Value

Type: Range

A range spanning the remaining elements in the container that initially were right after r.

Complexity: O(n)

Meta

Suggestion Box / Bug Report