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 : ~Copyable, H : ~EscapableParameters
- value:
A value to add to the hasher.