Key
public struct Key<Value> : Hashable, Equatable, RawRepresentable where Value : Decodable, Value : Encodable
Undocumented
-
Declaration
Swift
public var rawValue: String -
Undocumented
Declaration
Swift
public var defaultValue: Value -
Undocumented
Declaration
Swift
public init(_ rawValue: String, defaultValue: Value) -
-
-
Declaration
Swift
public init?(rawValue: String)
View on GitHub
Key Structure Reference