Initializer

init(rawValue:)

Creates a new instance with the specified raw value. 指定された生の値を持つ新しいインスタンスを作成します。

Declaration 宣言

init?(rawValue: Int)

Parameters パラメータ

rawValue

The corresponding value of the raw type. この生の型の対応している値。

Discussion 議論

If there is no value of the type that corresponds with the specified raw value, this initializer returns nil. 指定された生の値に対応する型の値が1つもないならば、このイニシャライザはnilを返します。

Relationships 関係

From Protocol 由来プロトコル