julia> [1,2,3] # An array of `Int`s 3-element Vector{Int64}: 1 2 3 julia> promote(1, 2.3, 4//5) # This combination of Int, Float64 and Rational promotes to ...
確定! 回上一頁