The raw value to use for the new instance. 新しいインスタンスのために使う生の値。
Initializerinit(raw
init(rawValue:)
Creates a new instance with the specified raw value.
指定された生の値を持つ新しいインスタンスを作成します。
Availability
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 15.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 13.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(rawValue: UInt8
)
Parameters パラメータ
rawValue
Discussion 解説
If there is no value of the type that corresponds with the specified raw value, this initializer returns nil
. For example:
指定された生の値に対応する型の値が1つもないならば、このイニシャライザはnil
を返します。例えば:
Note 注意
This documentation comment was inherited from Raw
.
この文書化コメントは、Raw
から引き継がれました。