Inserts elements into an array at the specified index.
The target array.
The index at which to insert the elements.
Rest
The elements to insert into the array.
The modified array.
Throws an error if the index is out of bounds.
4.2.7
2023-11-25
Generated using TypeDoc
Inserts elements into an array at the specified index.