AnyCodable
public struct AnyCodable : Codable
extension AnyCodable: Equatable
extension AnyCodable: CustomStringConvertible
extension AnyCodable: CustomDebugStringConvertible
extension AnyCodable: ExpressibleByNilLiteral, ExpressibleByBooleanLiteral, ExpressibleByIntegerLiteral, ExpressibleByFloatLiteral, ExpressibleByStringLiteral, ExpressibleByArrayLiteral, ExpressibleByDictionaryLiteral
Undocumented
-
Undocumented
Declaration
Swift
public let value: Any -
Undocumented
Declaration
Swift
public init<T>(_ value: T?) -
Declaration
Swift
public static func == (lhs: AnyCodable, rhs: AnyCodable) -> Bool -
Declaration
Swift
public var description: String { get } -
Declaration
Swift
public var debugDescription: String { get }
AnyCodable Structure Reference