1. 54
    Rustlings iterators3: Iterating and collecting values using the IntoIter trait
    2m 9s

Rustlings iterators3: Iterating and collecting values using the IntoIter trait

InstructorChris Biscardi

Share this video with your friends

Send Tweet

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.