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

Removes an item from the list at the specified index.

Discared objects are not automatically disposed. If the object must be destroyed or disposed, used kArrayList_Remove instead to receive the removed object.

Parameters
listList object.
indexItem at this index will be removed from the list.
Returns
Operation status.