Skip to main content
API Reference SwiftyNsdk NsdkFeatureStatus

symmetricDifference

Returns 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.


ON THIS PAGE