The source array.
The position at which to insert the item.
The item to insert.
A new array with the item inserted.
arrayBasicInsert
Insert an item into a new array at the specified index without mutating the original array.
The source array.