Closed
Description
I am interested in having https://github.com/JuliaArrays/ArrayViews.jl work for MArray
s, which I think would have just worked before #55.
Any suggestions for how to do this without defining specific methods for MArray
inside of ArrayViews
? ArrayViews
works for any mutable array with a regular memory layout, so I thought this was exactly what DenseArray
was for.