In Rust, variables are immutable by default, and therefore we use the mut modifier to indicate that we wish the variable.
確定! 回上一頁