By default rust makes everything immutable, that is unchangable.
|
|
It can become mutable/changable.
|
|
One can also make a immutable into a mutable using shadowing…
|
|
By default rust makes everything immutable, that is unchangable.
|
|
It can become mutable/changable.
|
|
One can also make a immutable into a mutable using shadowing…
|
|