Mutability
Variable bindings are immutable by default, but this can be overridden using
the mut
modifier.
The compiler will throw a detailed diagnostic about mutability errors.
Variable bindings are immutable by default, but this can be overridden using
the mut
modifier.
The compiler will throw a detailed diagnostic about mutability errors.