Trait faster::intrin::Asi16s [] [src]

pub trait Asi16s {
    type Cast;
    fn as_i16s(self) -> Self::Cast;
}

Associated Types

Required Methods

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

Implementors