Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
void * kArray1_DataAt ( kArray1  array,
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.

Parameters
arrayArray object.
indexItem index.
Returns
Calculated pointer.