Contents

setSet(_:)

Empties the receiving set, then adds each object contained in another given set.

Declaration

func setSet(_ otherSet: Set<AnyHashable>)

Parameters

  • otherSet:

    The set whose members replace the receiving set’s content.

See Also

Combining and recombining sets