hash(into:)
Hashes based on the local ID if present, otherwise the stable ID.
Declaration
func hash(into hasher: inout Hasher)Discussion
This ensures consistent hashing with equality - identifiers that are equal will produce the same hash value.
Hashes based on the local ID if present, otherwise the stable ID.
func hash(into hasher: inout Hasher)This ensures consistent hashing with equality - identifiers that are equal will produce the same hash value.