Removes a range of items and shift the rest of the array to front. Warning: O(N) complexity.
See Implementation
Removes a range of items and shift the rest of the array to front. Warning: O(N) complexity.