1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-28 17:55:41 +02:00
comprehensive-rust/src/control-flow-basics
Nicole L d75dd5d681
Flesh out for loop example (#1841)
* Add example of iterating over a collection.
* Update speaker notes to call out the use of iterators.

I think it's useful to call out that `for` loops primarily are used to
iterate over a collection of objects, even though we haven't yet talked
about any concrete collection types at this point. I think using the
array literal syntax is simple enough to understand that it should be
quick to explain when we get to this slide.
2024-02-22 10:49:49 -05:00
..
2024-02-22 10:49:49 -05:00
2023-11-29 16:39:24 +01:00
2023-11-29 16:39:24 +01:00
2024-02-07 19:33:49 +00:00
2023-11-29 16:39:24 +01:00