matrix

Function matrix 

Source
pub const fn matrix<T: Copy, const N: usize, const M: usize>() -> [[T; M]; N]