We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
we just discussed this on irc and everybody on seemed to like this idea:
let x = 7 // declaration of immutable variable x mut y = 7 // declaration of mutable variable y
This ticket serves as a way to track this idea and potentially implement it.