Zen API
|
kStatus kArrayList_AddCount | ( | kArrayList | list, |
kSize | count | ||
) |
Increases the list count by the specified amount.
Increases list capacity if necessary; existing list items are preserved. New items are not initialized.
list | List object. |
count | Amount to add to the existing count. |