A list of items.
Returns the item at index
. Negative numbers count from the end.
Insert an item at index
. Negative numbers count from the end.
Remove the item at index
. Negative numbers count from the end.
Removes items until the array’s length matches len
. If len
is greater than the array’s length, This has no effect. Negative numbers count from the end.