Nitin Arora Mon, 25 Jan 2016 21:23:20 -0800
I have couple of questions regarding immutable types: 1. For "MyDataVector" data structure like this :
immutable Foo data1::Vector{Float64} data1::Vector{Float64} end MyDataVector = Array{Foo, 10000 } Is it useful or recommended to use