Hello,

as far as I understand the Arrays that we often use when working with julia
are dynamic arrays since they support the operations of adding or removing
elements (through push!/unshift! and pop!/shift! methods).

In view of this, I am wondering about what is the most primitive Array type
in julia. Looking the source code at
https://github.com/JuliaLang/julia/blob/master/base/array.jl is not evident
for me the answer.

Thanks in advance.

PS: I am thinking in terms of Array and ArrayList in Java.

Reply via email to