Trait VectorEquality

pub trait VectorEquality: Sized

Associated Types

type Result;

Provided Methods

unsafe fn vec_cmpeq(self, other: Self) -> Self::Result
unsafe fn vec_cmpne(self, other: Self) -> Self::Result

Implementors