Instance Propertyswift 6.0.1Swift
hashValue
var hashValue: Int { 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 debugDescription: String
var description: String
func hash(into: inout Hasher
)