Function array_math::chunks_exact

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