Instance Propertyswift-cloud 0.31.0CloudCore
debugDescription
AnyEncodable.swift:173var debugDescription: String { get }
var debugDescription: String { get }
import CloudCore
@frozen struct AnyEncodable
A type-erased Encodable
value.
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ value: Any?)
var description: String { get }
let value: Any
static func == (lhs: AnyEncodable, rhs: AnyEncodable) -> Bool
func hash(into hasher: inout Hasher)