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 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 intersection(_ other: Self) -> Self
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(_:)
メソッドを使って、利用可能な出荷オプションを私書箱宛先で使われるものに制限します。