Copy Values
We'll cover the following...
We'll cover the following...
OK, I get it. A value has an owner, and you can’t use a value after it’s been moved to a new owner. Awesome. Then why does this code work?
We create the value 10, owned by the main function, and put it in the apples variable. Then we call count(apples), which moves the value into the ...