JuliaCollections / JuliaCollections/IterTools.jl
Proposal: filter_map, flat_map, findfirst_map, inspect, fuse
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 160
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
It would be better if we have some major iterator functions which Rust has.
Rust std::iter::Iterator
Especially, I'm eager for filter_map and flat_map.
(I personally think that filter_map and flat_map should better be in Base.Iterators...)
Enumerable module in ruby 2.7 will have flat_map and filter_map.
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 reviewing the linked Rust Iterator documentation and Ruby 2.7 Enumerable reference, then compare their filter_map, flat_map, findfirst_map, inspect, and fuse behavior with this Julia package. The issue names no files or tests, so the desired function set, API behavior, implementation location, and completion checks need to be clarified before work begins.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100