Trait simdop::CmpLt
[−]
[src]
pub trait CmpLt<M: Multi> {
fn cmplt(&self, a: M, b: M) -> M;
}The CmpLt trait is used to specify less-than comparison funtionality.
Required Methods
fn cmplt(&self, a: M, b: M) -> M
Compares elements in a and b for less-than.