... assignment just to show it doesn't work. julia> struct Foo a::Int b::Float64 c::Bool end julia> x=(1, 1.0, false) (1, 1.0, false) julia> Foo ...
確定! 回上一頁