JuliaArrays / ArrayViews.jl

A Julia package to explore a new system of array views
MIT License
19 stars 18 forks source link

reshape_view with slices #42

Closed robertdj closed 8 years ago

robertdj commented 8 years ago

This is not so much an issue as a question. You mention in the README that slices now provide the same features as this package. I'm a big fan of reshape_view -- can the behaviour of this function be obtained with slices?

timholy commented 8 years ago

See https://github.com/JuliaLang/julia/pull/15449

robertdj commented 8 years ago

If I understand this correctly, it's on it's way?

timholy commented 8 years ago

Yes.