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