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 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
func symmetricDifference(_ other: ByteCountFormatStyle
.Units
) -> ByteCountFormatStyle
.Units
Parameters パラメータ
other
Return Value 戻り値
A new option set with only the elements contained in either this set or other
, but not in both.
この集合またはother
のどちらかに、しかし両方にではなく含まれる要素のみをもつ新しいオプションセット。