Contents

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.

See Also

Adding, Removing, and Reordering Entries