Type Alias R2

Source
pub type R2<const M: usize, const N: usize> = (Const<M>, Const<N>);
Expand description

Compile time known shape with 2 dimensions