combine(_:)
Adds the given value to this hasher, mixing its essential parts into the hasher state.
Declaration
mutating func combine<H>(_ value: borrowing H) where H : Hashable, H : ~CopyableParameters
- 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: borrowing H) where H : Hashable, H : ~CopyableA value to add to the hasher.