Skip to content

AnyDecodable

bigearsenal edited this page May 17, 2022 · 1 revision

AnyDecodable

@frozen public struct AnyDecodable: Decodable 

Inheritance

CustomDebugStringConvertible, CustomStringConvertible, Decodable, Equatable, Hashable

Initializers

init(_:)

public init<T>(_ value: T?) 

Properties

value

public let value: Any

description

public var description: String 

debugDescription

public var debugDescription: String 

Methods

hash(into:)

public func hash(into hasher: inout Hasher) 

Operators

==

public static func == (lhs: AnyDecodable, rhs: AnyDecodable) -> Bool 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally