Skip to main content

AllSimd

Trait AllSimd 

Source
pub trait AllSimd<'a, T>
where T: PartialEq,
{ // Required method fn all_simd<F>(&self, f: F) -> bool where F: Fn(&T) -> bool; }

Required Methods§

Source

fn all_simd<F>(&self, f: F) -> bool
where F: Fn(&T) -> bool,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, T> AllSimd<'a, T> for Iter<'a, T>
where T: PartialEq,

Source§

fn all_simd<F>(&self, f: F) -> bool
where F: Fn(&T) -> bool,

Implementors§