Get or set the item at the specified index. Negative indexes are not supported
Create a new ReferenceArray with the specified items
The initial items for the array
Returns an iterator for the items in this array
Returns the item at the given index. Negative indexes are taken from the end.
The index of the item to retrieve
Returns an iterator for the indexes in this array
Pop a single item from this array
Push a number of items into this array
The items to be added to this array
An index in which to stop copying items.
An index in which to start copying items.
An index in which to stop copying items
An in memory mutable array which is passed by reference