Trait faster::intrin::Asi32s [] [src]

pub trait Asi32s {
    type Cast;
    fn as_i32s(self) -> Self::Cast;
}

Associated Types

Required Methods

Return a vector containing all elements of self cast to i32s.

Implementors