TotalContainer.linearRemove

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

struct TotalContainer(T)
linearRemove

Return Value

Type: Range

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

Complexity: O(n)

Meta