That’s not completely accurate:
julia> BigInt(1) === BigInt(1)
false
Arbitrary-precision numbers in Julia are implemented with mutable structs
That’s not completely accurate:
julia> BigInt(1) === BigInt(1)
false
Arbitrary-precision numbers in Julia are implemented with mutable structs