An option set. あるオプションセット。
Instance Method
インスタンスメソッド
intersection(_:)
Returns a new option set with only the elements contained in both this set and the given set.
このセットと与えられたセットの両方の中に含まれる要素だけを持つ新しいオプションセットを返します。
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 intersection(_ other: ByteCountFormatStyle
.Units
) -> ByteCountFormatStyle
.Units
Parameters パラメータ
other
Return Value 戻り値
A new option set with only the elements contained in both this set and other
.
この集合とother
の両方に含まれる要素のみをもつ新しいオプションセット。
Discussion 議論
This example uses the intersection(_:)
method to limit the available shipping options to what can be used with a PO Box destination.
この例は、intersection(_:)
メソッドを使って、利用可能な出荷オプションを私書箱宛先で使われるものに制限します。