可以用rust核心库自带的new函数(在prelude中,无需import) ... x); slice.iter().zip(x.iter_mut()).map(|(&t, p)| *p = t).count(); println!(
確定! 回上一頁