Learn Before
Concept
Immutable Reference - Rust Programming
Immutable references, which are also called shared references, enable you to retrieve a value without making any changes to it. Numerous immutable references can exist concurrently to a value.
0
1
Updated 2023-04-27
Tags
Object-Oriented Programming
Programming Language Paradigms
General programming languages
Computing Sciences