The structure std::vec::Vec has method append() : fn append(&mut self, other: &mut Vec<T>). Moves all the elements of other into Self , leaving other empty.
確定! 回上一頁