Trait faster::intrin::Asi8s [] [src]

pub trait Asi8s {
    type Cast;
    fn as_i8s(self) -> Self::Cast;
}

Associated Types

Required Methods

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

Implementors