Function sub

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

Performs element-wise substraction and places the result into lhs

Terminates at the end of the shorter sequence.