-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
A minimal example:
julia> @code_warntype vcat(StructArray(x=view([1], 1:1:1), y=view([:a], 1:1:1)))
...
Body::StructVector{NamedTuple{(:x, :y), Tuple{Int64, Symbol}}} # red
...
The eltype
of the result is correct, but the inner storage type (Vector{Int}
and Vector{Symbol}
) are not inferred.
Not sure where the issue lies...
Metadata
Metadata
Assignees
Labels
No labels