Skip to main content

add

Function add 

Source
pub fn add(x: &mut [f32], y: &[f32])
Expand description

x += y.

ยงPanics

If the lengths differ.