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.

Reply via email to