addObjects(from:)
Adds the objects contained in another given array to the end of the receiving array’s content.
Declaration
func addObjects(from otherArray: [Any])Parameters
- otherArray:
An array of objects to add to the end of the receiving array’s content.