RecursiveArrayTools.jl
RecursiveArrayTools.jl copied to clipboard
Make `lastindex(::AbstractVectorOfArray, i)` error when `i!=1`
This makes A[:, end]
error for ragged AbstractVectorOfArray
when the lengths are not equal. Before it could either index out of bounds or get non-last indices.