What actually happens when you call this? Where do things get appended?
It feels much safer doing this:
3dRaven
(3dRaven)
2
The append glues the second array to the end of the first array.
There is no return type, it modifies the first array by reference. It does not eliminate duplicate entries.
2 Likes