Function add

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

Performs element-wise addition and places the result into lhs

Terminates at the end of the shorter sequence.