pub fn as_chunks_exact<const N: usize, T>( slice: &[T], ) -> Result<&[[T; N]], InexactChunkingError>
Like as_chunks but returns an error if there’s a remainder.
as_chunks