On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←structNsdkInputDataFlags NsdkInputDataFlags Method symmetricDifference symmetricDifferenceReturns a new option set with the elements contained in this set or in... Declaration func symmetricDifference(_ other: Self) -> Self Summary Returns a new option set with the elements contained in this set or in the given set, but not in both. - Parameter other: An option set. - Returns: A new option set with only the elements contained in either this set or other, but not in both.
Returns a new option set with the elements contained in this set or in
the given set, but not in both.
- Parameter other: An option set.
- Returns: A new option set with only the elements contained in either
this set or
other, but not in both.