Instance Propertyswift 6.1.2Swift
debugDescription
var debugDescription: String { get }
var debugDescription: String { get }
import Swift
@frozen struct AnyHashable
A type-erased hashable value.
@frozen struct String
A Unicode string value that is a collection of characters.
init<H>(_ base: H) where H : Hashable
Creates a type-erased hashable value that wraps the given instance.
var base: Any { get }
The value wrapped by this instance.
var customMirror: Mirror { get }
var description: String { get }
var hashValue: Int { get }
static func == (lhs: AnyHashable, rhs: AnyHashable) -> Bool
Returns a Boolean value indicating whether two type-erased hashable instances wrap the same value.
func hash(into hasher: inout Hasher)