Kixunil / Kixunil/possibly_uninit
Make `IterMut` on par with normal slice iterator
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The iter should be pretty useful already, but it's not complete
- [ ] double ended
- [ ] exact size
- [ ] peekable
- [ ] anything else?
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the IterMut implementation in the repository and compare its current behavior with a normal slice iterator. Check how iteration is currently tested, then use the checklist to define completion: double-ended and exact-size support, peekable compatibility, and any additional parity gaps agreed by maintainers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100