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.
Empties the receiving set, then adds each object contained in another given set.
func setSet(_ otherSet: Set<AnyHashable>)The set whose members replace the receiving set’s content.