Contents

add(_:)

Appends a given object to the end of the mutable ordered set, if it is not already a member.

Declaration

func add(_ object: Any)

Parameters

  • object:

    The object to add to the set.

See Also

Adding, Removing, and Reordering Entries