Rust

🗓️ Timeline
  • Returning Rust References

    In Rust you can easily take a reference of any value with the & operator. But something I’ve been having in the back of my head recently is why the following works:

Links to this page