Add `.iter` method on `Range`
Open
good first issue
Hacktoberfest
help wanted
- Dominant language
- Rust
- Stars
- 15
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] `for i in a_range::from(1).up_to(5).iter() { let _i: &i32 = i; }` compiles
- [ ] Tests added as doc tests on `iter()` method
Contributor guide
Research direction
Start by locating the Range implementation and the existing test setup, then read how its current range methods expose values. Add the iter entry point described in the issue and verify the two checklist conditions, including the doc test on iter().
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 42/100