adel¶
Category: array
GitHub: cute_array.h
Performs an unordered removal of the element at index i.
Parameters | Description |
---|---|
a | The array. |
i | The index of the element to remove. |
Remarks¶
The last element of the array is swapped into the index i
. This is a constant time
operation, but does not preserve order of the array.
Related Pages¶
dyna
asize
acount
acap
afit
apush
apop
aend
alast
aclear
aset
arev
ahash
afree
astatic