Function array_math::into_diagonal

source ·
pub fn into_diagonal<T, const M: usize, const N: usize>(
    array: [[T; N]; M]
) -> [T; { _ }]