To achieve the same in rust you can do something like this: vec![1].into_iter().chain(prev_row_iter).chain(vec![1].into_iter()).collect().
確定! 回上一頁