Open
Description
First off, awesome idea/package! It's been quite useful in my own work.
I was really excited to use your package in conjunction with StructArrays but ran into an issue (that I attempted to fix with a PR to StructArrays) as explained here. The owner of that package pointed out, however, that the real issue is the following:
julia> x=nestedview(rand(2,3,10), 2);
julia> x[1] isa eltype(x)
false
What are your thoughts on modifying eltype to be consistent with the true return type of getindex?
-Colin
Metadata
Metadata
Assignees
Labels
No labels