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 eb0dfa8 commit 653f912Copy full SHA for 653f912
src/dimension/axes.rs
@@ -48,8 +48,11 @@ pub struct Axes<'a, D> {
48
/// Description of the axis, its length and its stride.
49
#[derive(Debug)]
50
pub struct AxisDescription {
51
+ /// Axis identifier (index)
52
pub axis: Axis,
53
+ /// Length in count of elements of the current axis
54
pub len: usize,
55
+ /// Stride in count of elements of the current axis
56
pub stride: isize,
57
}
58
0 commit comments