Function vec4::smul [] [src]

pub fn smul<'a, T: Copy + Num>(
    out: &'a mut [T; 4],
    a: &[T; 4],
    s: T
) -> &'a mut [T; 4]