We can use the [] to create an empty Array in Julia. The simplest example would be: A = [] # 0-element Array{Any,1}. Arrays of type Any will generally not ...
確定! 回上一頁