Hashes the essential components of this value by feeding them into the given hasher.
SDK
- Xcode 10.0+
Framework
- Swift Standard Library
Declaration
Parameters
hasher
The hasher to use when combining the components of this instance.
Hashes the essential components of this value by feeding them into the given hasher.
SDK
Framework
hasher
The hasher to use when combining the components of this instance.
var description: String
A textual representation of this value.
var hash Value: Int
The hash value.
var custom Mirror: Mirror
A mirror that reflects the Int
instance.