Dummy-hash for benchmarking performance of HashSet.
assert(identityHash64(-1) == ulong.max); assert(identityHash64(int.max) == int.max); assert(identityHash64(ulong.max) == ulong.max);
See Implementation
Dummy-hash for benchmarking performance of HashSet.