We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6c4ab commit 0d4272fCopy full SHA for 0d4272f
src/impl_internal_constructors.rs
@@ -55,6 +55,7 @@ where
55
where
56
E: Dimension
57
{
58
+ debug_assert_eq!(strides.ndim(), dim.ndim());
59
ArrayBase {
60
data: self.data,
61
ptr: self.ptr,
0 commit comments