|
|
|
|
|
by scotty79
756 days ago
|
|
Rust is just a different language. It's not C-like or Java-like plus checks or anything like that. It's a value oriented language. Variables mean something completely different than in any other common language. Everything is about the values and where they are kept at the moment. |
|