Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
void * kArray1_At ( kArray1  array,
kSize  index 
)

Returns a pointer to the specified item in the array.

A debug assertion will be raised if the index argument is greater than or equal to the current array Length.

Parameters
arrayArray object.
indexItem index.
Returns
Pointer to item.