SList.linearRemove

Range linearRemove(Range r)

Removes a range from the list in linear time.

Returns

An empty range.

Complexity: n

Range linearRemove(Take!Range r)

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

Returns

A range comprehending the elements after the removed range.

Complexity: n