Trait simd_itertools::ContainsSimd
source · pub trait ContainsSimd<'a, T>{
// Required method
fn contains_simd(&self, needle: &T) -> bool;
}pub trait ContainsSimd<'a, T>{
// Required method
fn contains_simd(&self, needle: &T) -> bool;
}