std
A dynamic collection of types.
Adds an item to the list at the specified index.
index
|
The index to add the item at |
item
|
The item to add |
If the index is out of bounds
Adds all items of the given list to the current list.
itemList
|
The items to add |
Removes an item from the list at the given index.
index
|
The index of the item to remove |
The item that was removed
If the index is out of bounds