The position to start removing elements
The number of elements to remove
The list to remove from
Removes the sub-list of list starting at index start and containing
count elements. Note that this is not destructive: it returns a copy of
the list with the changes.
No lists have been harmed in the application of this function.
The position to start removing elements
The number of elements to remove
Removes the sub-list of list starting at index start and containing
count elements. Note that this is not destructive: it returns a copy of
the list with the changes.
No lists have been harmed in the application of this function.
The position to start removing elements
Generated using TypeDoc
Removes the sub-list of
liststarting at indexstartand containingcountelements. Note that this is not destructive: it returns a copy of the list with the changes. No lists have been harmed in the application of this function.