Skip to main content

One doc tagged with "immutable"

View all tags

Variables in Rust

This document provides a concise overview of variables in Rust, focusing on immutability by default, the 'mut' keyword for mutable variables, and variable shadowing.