SList.stableLinearRemove

Removes a Take!Range from the list in linear time.

struct SList(T)
alias stableLinearRemove = linearRemove

Return Value

A range comprehending the elements after the removed range.

Complexity: O(n)

Meta