Find what? That [] creates an Array{Any, 1}?
Int[] creates an Array{Int, 1}
Float64[] creates an Array{Float64, 1}
etcLeaving out the type, the only thing possible is that it can hold anything which is Any. On Wednesday, May 25, 2016 at 9:52:38 AM UTC+2, Andreas Lobinger wrote: > > Hello colleagues, > > thanks for all answers. And now the punchline: How do i find this in the > documentation? > > Wishing a happy day, > Andreas >
