Appends an array
Clears the array
Gets the array count
Deletes an item at specified index
Gets an entry at specified index
Checks if enumeration is empty
Checks if there is a next item
Joins array elements with a separator
Gets next item
Returns the last element without removing it
Removes and returns the last element
Adds an element to the end
Resets enumeration
Reverses the array
Sets an entry at specified index
Removes and returns the first element
Sorts the array
Sorts the array by a field name
Adds an element to the beginning
Interface representing an array that extends multiple array-related interfaces.