|
|
|
|
|
by someone_19
330 days ago
|
|
My first thought when I was learning Rust was "Why don't they use a different operator for move?", something like: let a <= String::from("Hi"); let b <= a; let j = 0; // Copy let k = j; This may not be convenient, but it could be useful for educational purposes. |
|