Appends an array
Clears the array
Gets the array count
Deletes an item at specified index
Returns the last element without removing it
Removes and returns the last element
Adds an element to the end
Removes and returns the first element
Adds an element to the beginning
Interface representing array operations.