List.removeRange

Removes a range of items from the list

struct List(T)
void
removeRange
(
size_t index
,
size_t count
)

Meta