append In New Array
Appends objects to an array in a new array.
Return
An new array with the all the objects.
Parameters
first
Object array.
rest
Objects to append.
Appends objects to an array in a new array.
An new array with the all the objects.
Object array.
Objects to append.