Zen API
|
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).
list | List object. |
index | Item index. |