SmartAny
@propertyWrapper
public struct SmartAny<T> : Codable, PropertyWrapperInitializable
Undocumented
-
Undocumented
Declaration
Swift
public var wrappedValue: T
-
Undocumented
Declaration
Swift
public init(wrappedValue: T)
-
Undocumented
Declaration
Swift
public static func createInstance(with value: Any) -> SmartAny<T>?
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws