Hi, Someone could please explain the difference?
julia> iseltype(Array(Int,1), Integer) true julia> isa(eltype(Array(Int,1)),Integer) false Thanks, Júlio.
Hi, Someone could please explain the difference?
julia> iseltype(Array(Int,1), Integer) true julia> isa(eltype(Array(Int,1)),Integer) false Thanks, Júlio.