addObjects(from:)
Appends to the end of the mutable ordered set each object contained in a given array that is not already a member.
Declaration
func addObjects(from array: [Any])Parameters
- array:
An array of objects to add to the set.
Appends to the end of the mutable ordered set each object contained in a given array that is not already a member.
func addObjects(from array: [Any])An array of objects to add to the set.