Description
Method array_append:Object (
arr:Object[],
obj:Object
)
Add an element to the end of an array.
Parameters
- arr
The array to modify.
- obj
The element to add.
Return Values
A new array containing all elements of arr with obj added to the end.