Trait VectorComparePredicate

pub trait VectorComparePredicate: Sized

Associated Types

type Result;

Provided Methods

unsafe fn vec_cmpgt(self, other: Self) -> Self::Result
unsafe fn vec_cmpge(self, other: Self) -> Self::Result
unsafe fn vec_cmplt(self, other: Self) -> Self::Result
unsafe fn vec_cmple(self, other: Self) -> Self::Result

Implementors