var rawValue : Self.RawValue
The corresponding value of the raw type.
この生の型の対応している値。
Availability
Technology
associatedtype RawValue
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.
準拠する型のすべての個々の値は、Raw
型の対応する特有な値を持ちます、しかし準拠する型の値に対応しないRaw
型の値があっても構いません。
var rawValue : Self.RawValue