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