each_op_slice

Function each_op_slice 

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