init?(intValue : Int)
Creates a new instance from the specified integer.
指定された整数から新しいインスタンスを作成します。
init?(stringValue : String)
Creates a new instance from the given string.
与えられた値から新しいインスタンスを作成します。
Availability
Technology
protocol CodingKey
init?(intValue : Int)
init?(stringValue : String)
var intValue : Int?
var stringValue : String
typealias Codable
protocol Encodable
protocol Decodable
struct CodingUserInfoKey