Hash
Edit on GitHubUtilities for hashing.
Values
Hash.hash
Generic hashing.
Takes any value and produces an integer. If a == b
then Hash.hash(a) == Hash.hash(b)
.
Utilities for hashing.
Generic hashing.
Takes any value and produces an integer. If a == b
then Hash.hash(a) == Hash.hash(b)
.