Your code for mut i in 2..points.len() { // Do something if some_condition { i += 1; } }. will internally in the compiler be rewritten in ...
確定! 回上一頁