Array{T}(undef, dims)
我是Julia的新手,并且没有很好的编程背景。用这种语法,为什么要undef用来创建数组?
undef
If we don't type constructor, Julia will automatically create a constructor. Then, Why we use constructor?
julia
julia ×1