๐ช Rust interior mutability
= a bit of mutability inside an otherwise immutable value (e.g. a field in a struct)
How?
- Non-thread-save: ๐ Rust Cells
Search
Aug 04, 2024, 1 min read
= a bit of mutability inside an otherwise immutable value (e.g. a field in a struct)