Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: filter_map, flat_map, findfirst_map, inspect, fuse #62

Open
yatra9 opened this issue Jul 10, 2019 · 2 comments
Open

Proposal: filter_map, flat_map, findfirst_map, inspect, fuse #62

yatra9 opened this issue Jul 10, 2019 · 2 comments

Comments

@yatra9
Copy link

yatra9 commented Jul 10, 2019

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.

@kmsquire
Copy link
Member

That sounds good. Care to create a PR?

@yatra9
Copy link
Author

yatra9 commented Jul 10, 2019

OK. I'will try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants