borrowing
Concept
In Rust, allows a function to use data without taking ownership, by creating references. This enables data to be accessed by multiple parts of the program safely.
Mentioned in 1 video
In Rust, allows a function to use data without taking ownership, by creating references. This enables data to be accessed by multiple parts of the program safely.