init(String)
Creates a property that can save and restore an Optional string.
Available when
Value
conforms to ExpressibleByNilLiteral
.
Value
がExpressibleByNilLiteral
に準拠する場合に利用可能です。
init<R>(String)
Creates a property that can save and restore an Optional integer, transforming it to an Optional
RawRepresentable
data type.init(String)
Creates a property that can save and restore an Optional double.
Available when
Value
conforms to ExpressibleByNilLiteral
.
Value
がExpressibleByNilLiteral
に準拠する場合に利用可能です。
init(String)
Creates a property that can save and restore an Optional boolean.
Available when
Value
conforms to ExpressibleByNilLiteral
.
Value
がExpressibleByNilLiteral
に準拠する場合に利用可能です。
init(String)
Creates a property that can save and restore an Optional data.
Available when
Value
conforms to ExpressibleByNilLiteral
.
Value
がExpressibleByNilLiteral
に準拠する場合に利用可能です。
init(String)
Creates a property that can save and restore an Optional URL.
Available when
Value
conforms to ExpressibleByNilLiteral
.
Value
がExpressibleByNilLiteral
に準拠する場合に利用可能です。
init<R>(String)
Creates a property that can save and restore an Optional string, transforming it to an Optional
RawRepresentable
data type.