Learn how to create references in Rust using the borrow-operator & and when they are useful.
&
For a more thorough explanation of references and their characteristics, check out this blog post: https://blog.thoughtram.io/references-in-rust/