pub trait EqSimd<'a, T>where T: SimdElement + PartialEq, Simd<T, SIMD_LEN>: SimdPartialEq<Mask = Mask<T::Mask, SIMD_LEN>>,{ // Required method fn eq_simd(&self, other: &Self) -> bool; }