Outputs a new array with the specified value inserted at the specified index in the input array.
The elements in the input array that are at an index greater than or equal to the specified index will be shifted by +1 in the resulting array.
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License