[][src]Function webgl_matrix::slice_ops::add

pub fn add(lhs: &mut [f32], rhs: &[f32])

Performs element-wise addition and places the result into lhs

Terminates at the end of the shorter sequence.