Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kBool kBitArray_At ( kBitArray  array,
kSize  index 
)

Returns 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
Item value.