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 cda3c87 commit fe4b481Copy full SHA for fe4b481
src/dim4.rs
@@ -2,7 +2,7 @@ use std::fmt;
2
use std::ops::Index;
3
4
/// Dim4 is used to store [Array](./struct.Array.html) dimensions
5
-#[derive(Copy, Clone)]
+#[derive(Copy, Clone, PartialEq, Debug)]
6
pub struct Dim4 {
7
dims: [u64; 4],
8
}
0 commit comments