Zen API
|
kStatus kArrayList_Construct | ( | kArrayList * | list, |
kType | itemType, | ||
kSize | initialCapacity, | ||
kAlloc | allocator | ||
) |
Constructs a kArrayList object.
list | Receives constructed list object. |
itemType | Type of list element. |
initialCapacity | Capacity initially reserved for list items. |
allocator | Memory allocator (or kNULL for default). |