mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-02-12 04:39:19 +00:00
- Use simpler numbers for easier mental math (9, 12, 18, 6 ÷ 3) - Add function parameters to allow testing different inputs - Add error case tests to show fail-fast vs process-all behavior - Enhance comments explaining Result<Vec<T>> vs Vec<Result<T>>
Iterators
This section will teach you about Iterators.