Skip to content

Commit 653f912

Browse files
committed
DOC: Doc fields of AxisDescription
1 parent eb0dfa8 commit 653f912

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/dimension/axes.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ pub struct Axes<'a, D> {
4848
/// Description of the axis, its length and its stride.
4949
#[derive(Debug)]
5050
pub struct AxisDescription {
51+
/// Axis identifier (index)
5152
pub axis: Axis,
53+
/// Length in count of elements of the current axis
5254
pub len: usize,
55+
/// Stride in count of elements of the current axis
5356
pub stride: isize,
5457
}
5558

0 commit comments

Comments
 (0)