```julia julia> keys(1:Int128(2)^64) ERROR: InexactError: trunc(Int64, 18446744073709551616) Stacktrace: [...] ``` And `hash` fails because `keys` fails, but it's unfriendly to not be able to store a huge range in a `Set`.