Type Definition dfdx::shapes::Rank1

source ·
pub type Rank1<const M: usize> = (Const<M>,);
Expand description

Compile time known shape with 1 dimensions