An option set. あるオプションセット。
Instance Method
インスタンスメソッド
union(_:)
Returns a new option set of the elements contained in this set, in the given set, or 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 union(_ other: Self) -> Self
Parameters パラメータ
other
Return Value 戻り値
A new option set made up of the elements contained in this set, in other
, or in both.
この集合の中に、other
の中に、または両方の中に含まれる要素から作り上げられるオプションセット。
Discussion 解説
This example uses the union(_:)
method to add two more shipping options to the default set.
この例は、union(_:)
メソッドを使って2つのさらなる出荷オプションを省略時のセットに加えます。