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