init(wrappedValue : Value, String)
Creates a property that can save and restore a URL.
init(wrappedValue : Value, String)
Creates a property that can save and restore an integer.
init(wrappedValue : Value, String)
Creates a property that can save and restore a double.
init(wrappedValue : Value, String)
Creates a property that can save and restore a string.
init(wrappedValue : Value, String)
Creates a property that can save and restore a string, transforming it to a
RawRepresentable
data type.init(wrappedValue : Value, String)
Creates a property that can save and restore data.
init(wrappedValue : Value, String)
Creates a property that can save and restore an integer, transforming it to a
RawRepresentable
data type.