hash(into:)
A function that hashes the essential components of the value by passing them into the hasher.
Declaration
func hash(into hasher: inout Hasher)Parameters
- hasher:
The hasher to use when combining the components.
A function that hashes the essential components of the value by passing them into the hasher.
func hash(into hasher: inout Hasher)The hasher to use when combining the components.