combine(_:)
Adds the given value to this hasher, mixing its essential parts into the hasher state.
Declaration
mutating func combine<H>(_ value: H) where H : HashableParameters
- value:
A value to add to the hasher.
Adds the given value to this hasher, mixing its essential parts into the hasher state.
mutating func combine<H>(_ value: H) where H : HashableA value to add to the hasher.