- [x] `ArrayViewMut::from_shape_ptr` should make sure that elements don't alias (with at least a debug assertion). #1413 - [x] `ArrayView::from_shape` should not check aliasing. #1410
ArrayViewMut::from_shape_ptrshould make sure that elements don't alias (with at least a debug assertion). Check for aliasing inRawViewMut::from_shape_ptrwith a debug assertion #1413ArrayView::from_shapeshould not check aliasing. Allow aliasing in ArrayView::from_shape #1410