Zen API
|
kStatus kArrayList_Resize | ( | kArrayList | list, |
kSize | count | ||
) |
Sets the current count of list items to the specified value.
Increases list capacity if necessary; existing list items are preserved.
list | List object. |
count | List size, in items. |