README for this exercise.
into_iter is an implementation of the IntoIter trait for vectors. In this case the implementation calls out to iter() under the hood.
into_iter
IntoIter
iter()