On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←structNsdkFeatureStatus NsdkFeatureStatus Method formSymmetricDifference formSymmetricDifferenceReplaces this set with a new set containing all elements ... Declaration mutating func formSymmetricDifference(_ other: Self) Summary Replaces this set with a new set containing all elements contained in either this set or the given set, but not in both. This method is implemented as a ^ (bitwise XOR) operation on the two sets' raw values. - Parameter other: An option set.
Replaces this set with a new set containing all elements
contained in either this set or the given set, but not in both.
This method is implemented as a
^(bitwise XOR) operation on the twosets' raw values.
- Parameter other: An option set.