removeRange abstract method

void removeRange(
  1. int start,
  2. int end
)

Removes the indices that are >= start and < end.

Implementation

void removeRange(int start, int end);