Or show your code, so we can check where the Any
comes from.
This
julia> [:a,:c]
2-element Array{Symbol,1}:
:a
:c
is an array of Symbols. No need to be explicit with types.
Or show your code, so we can check where the Any
comes from.
This
julia> [:a,:c]
2-element Array{Symbol,1}:
:a
:c
is an array of Symbols. No need to be explicit with types.