Rust let x = 5; x = 10; // Error: re-assignment of immutable variable let mut y = 5 ... &str, Reference to UTF-8 “string slice” (could point on heap, stack, ...
確定! 回上一頁