reference
Concept
A way in Rust to access data without taking ownership, indicated by an ampersand (&). Can be mutable or immutable.
Mentioned in 1 video
A way in Rust to access data without taking ownership, indicated by an ampersand (&). Can be mutable or immutable.