An option set. あるオプションセット。
Instance Method
インスタンスメソッド
symmetric
symmetricDifference(_:)
Returns a new option set with the elements contained in this set or in the given set, but not in both.
このセットの中にまたは与えられたセットの中に、しかし両方の中にではなく、含まれる要素からなる新しいオプションセットを返します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 8.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func symmetricDifference(_ other: Self) -> Self
Parameters パラメータ
other
Return Value 戻り値
A new option set with only the elements contained in either this set or other
, but not in both.
この集合またはother
のどちらかに、しかし両方にではなく含まれる要素のみをもつ新しいオプションセット。