Two different types of arrays of arrays

后端 未结 0 1536
鱼传尺愫
鱼传尺愫 2021-01-24 10:39

I\'m confused about the different types of arrays of arrays. Consider these two examples

a = Array{Float64}[]
push!(a,[1, 2])
push!(a,[3, 4])
push!(a,[1 2; 3 4])
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题