January 2022
Beginner
424 pages
8h 8m
English
How characters are stored in Rust strings, and why they do not allow direct access
How to read string characters or string bytes using iterators
How to extract items from vectors and arrays using iterators
How to get references to items from vectors, arrays, and slices using nonmutating iterators
How to modify items from vectors, arrays, and slices using mutating iterators
A shorthand notation for using iterators in for loops
How to use some iterator adapters: filter, map, and enumerate
How to use some iterator ...