Closed
Description
-
ArrayViewMut::from_shape_ptr
should make sure that elements don't alias (with at least a debug assertion). Check for aliasing inRawViewMut::from_shape_ptr
with a debug assertion #1413 -
ArrayView::from_shape
should not check aliasing. Allow aliasing in ArrayView::from_shape #1410