Example. let mut v = vec![0, 1, 2]; let new = [7, 8]; let iter: std::vec::Splice<_> = v.splice(1.., new); ... https://doc.rust-lang.org/std/vec/struct.
確定! 回上一頁