|
Zen API
|
| void * kArrayList_DataAt | ( | kArrayList | list, |
| kSSize | index | ||
| ) |
Calculates an address relative to the start of the buffer.
This method is similar to the At method, but does not bounds-check the index argument.
| list | List object. |
| index | Item index. |