Odak modu

Rust Fundamentals

Expressions:Assignment(+=, *=)

The "=" operator can be used to assign mut variables (mutable) and their fields or elements (array, vector). However, assignment is not as common in Rust as it is in other languages, because variables are immutable by default. 

For a detailed explanation of assignments, you can watch this video as an additional resource:

https://www.youtube.com/watch?v=XOOBL3bhFHs

Yorumlar

Yorum yapabilmek için derse kayıt olmalısın!