|
Zen API
|
| kStatus kArrayList_Reserve | ( | kArrayList | list, |
| kSize | capacity | ||
| ) |
Ensures that capacity is reserved for at least the specified number of list items.
Existing list items are preserved.
| list | List object. |
| capacity | List capacity, in items. |