We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587741f commit c71553dCopy full SHA for c71553d
src/layout/ranked.rs
@@ -27,10 +27,9 @@ use crate::{
27
/// 1. An associated type, [`NDim`][NDim], with type-level dimensionality
28
/// 2. A function, [`ndim`][ndim], that can give the dimensionality at runtime.
29
///
30
-/// [DynRank]: crate::layout::dimensionality::DynRank
+/// [DynRank]: crate::layout::rank::DynRank
31
/// [NDim]: Ranked::NDim
32
/// [ndim]: Ranked::ndim
33
-/// [N]: Dimensionality::N
34
pub trait Ranked
35
{
36
/// The compile-time rank of the type; can be [`DynRank`][DynRank] if unknown.
0 commit comments