Trait faster::intrin::Asf64s [] [src]

pub trait Asf64s {
    type Cast;
    fn as_f64s(self) -> Self::Cast;
}

Associated Types

Required Methods

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

Implementors