We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&mut can alias with &const, @mut, other types like @mut that allow a &mut borrow while still allowing reads and closures containing captured aliases.
&mut
&const
@mut