init?(rawValue : Int8)
Creates a new instance with the specified raw value.
ある新しいインスタンスをこの指定された生の値で作成します。
var rawValue : Int8
The corresponding value of the raw type.
生の型の対応している値。
Availability 有効性
Technology
typealias RawValue = Int8
Every distinct value of the conforming type has a corresponding unique value of the Raw
type, but there may be values of the Raw
type that don’t have a corresponding value of the conforming type.
init?(rawValue : Int8)
var rawValue : Int8