Summary
We'll cover the following...
We'll cover the following...
- 
You are allowed to borrow references to values
 - 
Borrowing a reference does not move ownership
 - 
Borrowing is the preferred way to solve the “move in move out” problem we encountered previously
 - 
References have their own ...