Move Out!

We'll cover the following...

We moved the Fruit value into the count_fruit function. Let’s move it back out by using a return type! Up until now, we’ve implicitly been returning a () unit value. Instead, let’s return the Fruit value ...