I'm used to Rust where iterators have a ton of handy functions. ... fn my_fun(x: i32) -> i32 { x * 10 } let my_iterator = vec![1,2,3,4,5]; ...
確定! 回上一頁