An option set. あるオプションセット。
Instance Method
インスタンスメソッド
form
formUnion(_:)
Inserts the elements of another set into this option 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 宣言
mutating func formUnion(_ other: ByteCountFormatStyle
.Units
)
Parameters パラメータ
other
Discussion 議論
This method is implemented as a |
(bitwise OR) operation on the two sets’ raw values.
このメソッドは、2つの集合の持つ生の値に関する|
(ビット単位OR)演算として実装されます。