Skip to content

AnyDecodable

pokryfka edited this page Aug 10, 2020 · 1 revision

AnyDecodable

!((swift(>=5.1)))
public struct AnyDecodable:​ Decodable

Inheritance

CustomDebugStringConvertible, CustomDebugStringConvertible, CustomStringConvertible, CustomStringConvertible, Decodable, Decodable, Equatable, Equatable

Initializers

init(_:​)

swift(>=5.1)
public init<T>(_ value:​ T?)

init(_:​)

!((swift(>=5.1)))
public init<T>(_ value:​ T?)

Properties

value

swift(>=5.1)
let value:​ Any

value

!((swift(>=5.1)))
let value:​ Any

description

var description:​ String

debugDescription

var debugDescription:​ String

Methods

==(lhs:​rhs:​)

public static func ==(lhs:​ AnyDecodable, rhs:​ AnyDecodable) -> Bool

Clone this wiki locally