The type of a single item in the array
Get or set the item at the specified index. Negative indexes are not supported
Create a new DynamicArray with the specified items
The initial items for the array
Retrieve the encoded bytes for this type
Returns the current length of this array
Return the array items as a native immutable 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 a new array containing all items from this array, and other array
Another array to concat with this one
Returns 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 DynamicArray with all items up till end
.
Negative indexes are taken from the end.
An index in which to stop copying items.
Internal
Create a new DynamicArray 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
A dynamic sized array of arc4 items