You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should deny overlapping indexes. Because it's an unsafe function and
we only do these checks on best-effort basis (caller has to ensure they
are correct), it's a debug assertion.
Removed the small addition to a doc comment that was done in a previous
PR (it was an unfinished idea).
Similar to pr #1410
Finishes and closes#919
It should deny overlapping indexes. Because it's an unsafe function and
we only do these checks on best-effort basis (caller has to ensure they
are correct), it's a debug assertion.
Removed the small addition to a doc comment that was done in a previous
PR (it was an unfinished idea).
Similar to pr #1410
Finishes and closes#919
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 #1413ArrayView::from_shape
should not check aliasing. Allow aliasing in ArrayView::from_shape #1410The text was updated successfully, but these errors were encountered: