Official
Returns a copy of an Array with the provided value appended to the end.
Note: It is not possible for an array to contain arrays. Attempting to append an array to an array will concatenate them instead.
- Array
- Any Type
- Array
Returns a copy of an Array with the provided value appended to the end.
Note: It is not possible for an array to contain arrays. Attempting to append an array to an array will concatenate them instead.