Function vec4::add [] [src]

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