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

Returns a pointer to the specified item in the list buffer.

A debug assertion will be raised if the index argument is greater than or equal to the current list count (note: count, not capacity).

Parameters
listList object.
indexItem index.
Returns
Pointer to list element.