Get or set the item at the specified index. Negative indexes are not supported
Create a new MutableArray 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
Create a copy of this array
Returns an iterator for a tuple of the indexes and items in this array
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
Internal
Create a new Dynamic array with all items from this array Not supported yet
Internal
Create a new MutableArray with all items up till end
.
Negative indexes are taken from the end.
An index in which to stop copying items. Not supported yet
Internal
Create a new MutableArray with items from start
, up until end
Negative indexes are taken from the end.
An index in which to start copying items.
An index in which to stop copying items Not supported yet
An in memory mutable array which is passed by reference