Generic Initializer

init(_:)

Creates an instance from the description of a given LosslessStringConvertible instance. 与えられたLosslessStringConvertibleインスタンスの叙述からインスタンスを作成します。

Declaration 宣言

init<T>(_ value: T) where T : LosslessStringConvertible

See Also 参照

Converting Other Types to Strings 他の型を文字列に変換する