We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a0f868 commit 34dd86dCopy full SHA for 34dd86d
src/dimension/dimension_trait.rs
@@ -178,7 +178,7 @@ pub trait Dimension:
178
/// **Panics** if `Self` has a fixed size that is not `ndim`.
179
fn zeros(ndim: usize) -> Self;
180
181
- /// Returns the first valid index in the dimension, or `None` if any axis has length 0.
+ /// Returns the first valid index in the dimension
182
#[inline]
183
fn first_index(&self) -> Option<Self>
184
{
0 commit comments