Why does my hash function return a different value to the built in hash function?

There’s a special hash function for tuples:

julia> @which hash((1,2), zero(UInt))
hash(t::Tuple, h::UInt64) in Base at tuple.jl:417
5 Likes