Removes an item and shift the rest of the array to front by 1. Warning: O(N) complexity.
See Implementation
Removes an item and shift the rest of the array to front by 1. Warning: O(N) complexity.