The raw value to use for the new instance. 新しいインスタンスのために使う生の値。
Initializerinit(raw
init(rawValue:)
Creates a new instance with the specified raw value.
指定された生の値を持つ新しいインスタンスを作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 6.1+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init?(rawValue: Self.RawValue
)
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
を返します。例えば: