|
Zen API
|
| kStatus kArrayList_Remove | ( | kArrayList | list, |
| kSize | index, | ||
| void * | item | ||
| ) |
Removes an item from the list at the specified index, optionally returning the value.
| list | List object. |
| index | Item at this index will be removed from the list. |
| item | Destination for the removed item (copied by value, can be null). |