Instance Propertyswift-cloud 0.31.0CloudCore
description
AnyEncodable.swift:160var description: String { get }
var description: 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 debugDescription: String { get }
let value: Any
static func == (lhs: AnyEncodable, rhs: AnyEncodable) -> Bool
func hash(into hasher: inout Hasher)