Function vec_find_any_eq

#[target_feature(enable = "vector")]
pub unsafe fn vec_find_any_eq<T: VectorFindAnyEq<U>, U>(a: T, b: U) -> T::Result

Vector Find Any Element Equal with Condition Code