Function array__ops::diagonal_ref

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