SmartAny
@propertyWrapper
public struct SmartAny<T> : Codable
Undocumented
-
Undocumented
Declaration
Swift
public var wrappedValue: T
-
Undocumented
Declaration
Swift
public init(wrappedValue: T)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws