rust-random / rust-random/rand
Implement `Fill` for derived array types
Open
Nobody has claimed this yet.
E-help-wanted
F-new-int
P-low
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 512
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 7
Description
E.g. it would be good to support types like [[u64; 32]; 4] or [[u64]].
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing Fill implementation and its tests in the rand repository, then compare their current behavior with the examples [[u64; 32]; 4] and [[u64]]. Done means derived array types support Fill with tests covering both nested fixed-size and dynamically sized arrays.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100