State
@propertyWrapper
public struct State<Content> : Codable where Content : Decodable, Content : Encodable
Undocumented
-
Undocumented
Declaration
Swift
public init(_ key: String, default value: Content)