DList.remove

Removes all elements belonging to r, which must be a range obtained originally from this container.

struct DList(T)
remove

Return Value

Type: Range

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

Complexity: O(1)

Meta