Splits the array at index and expands it to make room for length elements by shifting everything past index to the right.
the array to split.
the index to split the array from.
the number of elements to make room for starting at index.
See Implementation
Splits the array at index and expands it to make room for length elements by shifting everything past index to the right.