Trait simdop::Set1 
            [−]
        [src]
pub trait Set1<M: Multi> {
    fn set1(&self, e: M) -> M;
}The Set1 trait is used to specify broadcasting functionality.
Required Methods
fn set1(&self, e: M) -> M
Broadcasts e to all elements of the vector.