Type Definition dfdx::shapes::Rank2

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

Compile time known shape with 2 dimensions