hash(into:)
Hashes the essential components of the row by feeding them into a hasher.
Declaration
func hash(into hasher: inout Hasher)Parameters
- hasher:
A hasher the method uses to combine the components of the row.
Hashes the essential components of the row by feeding them into a hasher.
func hash(into hasher: inout Hasher)A hasher the method uses to combine the components of the row.