cf_array_push¶
Category: array
GitHub: cute_array.h
Appends an element to the end of the array, growing if necessary.
| Parameters | Description |
|---|---|
a |
The array. Modified in-place. |
... |
The element to append. |
Remarks¶
Shortform: apush(a, ...).
Category: array
GitHub: cute_array.h
Appends an element to the end of the array, growing if necessary.
| Parameters | Description |
|---|---|
a |
The array. Modified in-place. |
... |
The element to append. |
Shortform: apush(a, ...).