Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update example to not use
^
as a hash function
XOR is not a good hash function, and our example shouldn't give people the wrong idea. Better to just outsource to the built-in Hash function used by `Array`. It's more idiomatic, and will lead to less collisions.
- Loading branch information