Type Alias

CodingUserInfoKey.RawValue

The raw type that can be used to represent all values of the conforming type. 準拠している型のすべての値を表すために使われる生の型。

Declaration 宣言

typealias CodingUserInfoKey.RawValue = String

Discussion 解説

Every distinct value of the conforming type has a corresponding unique value of the RawValue type, but there may be values of the RawValue type that don’t have a corresponding value of the conforming type. 準拠する型のすべての個々の値は、RawValue型の対応する特有な値を持ちます、しかし準拠する型の値に対応しないRawValue型の値があっても構いません。