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