... all you have to do is convert the first .iter() (or iter_mut() , into_iter() , etc) method into par_iter() (or par_iter_mut() , into_par_iter() , etc).
確定! 回上一頁