each_op_slice_mut

Function each_op_slice_mut 

Source
pub fn each_op_slice_mut<T, F>(x: &mut [T], f: F)
where T: Copy, F: Fn(T) -> T,