ndarray
ndarray copied to clipboard
Add/remove aliasing checks in constructors
-
ArrayViewMut::from_shape_ptr
should make sure that elements don't alias (with at least a debug assertion). -
ArrayView::from_shape
should not check aliasing.