Function debug_simd_finish
pub(crate) fn debug_simd_finish<T: Debug, const N: usize>(formatter: &mut Formatter<'_>, type_name: &str, array: &[T; N]) -> Result
Used to continue Debugging SIMD types as MySimd(1, 2, 3, 4), as they
were before moving to array-based simd.