learning-rust / learning-rust.github.io

Rust Programming Language Tutorials for Everyone!
https://learning-rust.github.io
MIT License
1.48k stars 165 forks source link

Added enumerate function in control flow.md - for loop section #65

Closed Akshat-Vashisht closed 7 months ago

Akshat-Vashisht commented 11 months ago

The for-loop explanation should also include the enumerate function, which can be shown as the use case of group.iter()

This way we can teach them how to access the index and value simultaneously in an array

Also added a missing space in line 274

dumindu commented 7 months ago

Thanks. I was busy with other side projects.