I found this way, but it seems too verbose for such a common action: fn double_vec(vec: Vec<i32>) -> Vec<i32> { let mut vec1 = vec.clone(); let vec2 ...
確定! 回上一頁