Go to the source code of this file.
|
Extracts an element at a specified position. This is a macro alternative to array_get. It is faster, but does not check boundaries. |
|
Destructor function.
|
|
Equivalence comparator.
|
|
Appends an element to an array. If necessary, the array will be increased automatically. |
|
Removes all elements.
|
|
Creates a new array. Creates a new array with a buffer for 32 elements. |
|
Creates a new array.
|
|
Removes the array and all elements.
|
|
Finds an array element.
|
|
Finds the index of a specified element.
|
|
Returns an element at a specified index.
|
|
Increases the array's available memory size. This function is mainly for internal use. It is called implicitly bu array_add().
|
|
Inserts an element before the specified index.
|
|
Removes an element from an array.
|
|
Removes an element from an array.
|