Inserts the specified item
into the specified array
at the specified index
.
The updated array.
RangeError if the specified index
is out of bounds.
Inserts the specified items
into the specified array
at the specified index
.
The updated array.
RangeError if the specified index
is out of bounds.
Ignored