Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kArrayList_Remove ( kArrayList  list,
kSize  index,
void *  item 
)

Removes an item from the list at the specified index, optionally returning the value.

Parameters
listList object.
indexItem at this index will be removed from the list.
itemDestination for the removed item (copied by value, can be null).
Returns
Operation status.