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