With new [min_const_generics stabilize](https://github.com/rust-lang/rust/pull/79135) in [rust 1.51](https://github.com/rust-lang/rust/releases/tag/1.51.0) is possible think about use `Matrix<3, 2>` sintaxe instead of current `Matrix<U3, U2>`?
With new min_const_generics stabilize in rust 1.51 is possible think about use
Matrix<3, 2>sintaxe instead of currentMatrix<U3, U2>?