Why base Int/Float types cannot be constructed like the remaining types? This seems to make the type system not uniform ...
julia> Int(1) ERROR: type cannot be constructed julia> BigInt(1) 1
Why base Int/Float types cannot be constructed like the remaining types? This seems to make the type system not uniform ...
julia> Int(1) ERROR: type cannot be constructed julia> BigInt(1) 1