#rust #functional #map
Iterators are one of my favorite parts of Rust. Let's learn about them here as they are discussed in Chapter 13 section 2 of the Rust Programming book
0:00 intro
0:34 Processing a Series of Items with Iterators
5:11 The Iterator trait and the next method
9:27 Methods that consume the iterator
10:17 Methods that produce other Iterators
17:02 Using Closures that Capture their Environment
Links
Chapter 13 section 2 - Processing a series of items with Iterators
https://doc.rust-lang.org/book/ch13-02-iterators.html