Instance Propertyswift 6.0.1Swift
debugDescription
var debugDescription: String { get }
Other members in extension
Type members
init<H>(H
) Creates a type-erased hashable value that wraps the given instance.
static func == (lhs: AnyHashable, rhs: AnyHashable
) -> Bool Returns a Boolean value indicating whether two type-erased hashable instances wrap the same value.
Instance members
var base: Any
The value wrapped by this instance.
var customMirror: Mirror
var description: String
var hashValue: Int
func hash(into: inout Hasher
)