killercup / killercup/a-range

Add `.iter` method on `Range`

Open
#9 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.