Function dsp::slice::map_in_place
[−]
[src]
pub fn map_in_place<F, M>(a: &mut [F], map: M) where F: Frame, M: FnMut(F) -> F
Mutate every element in the slice with the given function.