hash(into:)
Performs a hash operation on the value by feeding its hash values into the given hasher.
Declaration
func hash(into hasher: inout Hasher)Parameters
- hasher:
The hasher to use when combining the values of this instance.
Performs a hash operation on the value by feeding its hash values into the given hasher.
func hash(into hasher: inout Hasher)The hasher to use when combining the values of this instance.