Used for immutable dereferencing operations, like `*v`.| doc.rust-lang.org
A mutable memory location with dynamically checked borrow rules| doc.rust-lang.org
This is the second part of the memory safety in rust blog post. We will see how Rust is unique in its memory safety approach.| HashRust