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

Add Iterator::intersperse and intersperse_with #387

Open
danakj opened this issue Sep 25, 2023 · 0 comments
Open

Add Iterator::intersperse and intersperse_with #387

danakj opened this issue Sep 25, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@danakj
Copy link
Collaborator

danakj commented Sep 25, 2023

See rust-lang/rust#79524 for prior art. It was meant to be stabilized but collided with itertools.

https://docs.rs/itertools/0.8.0/itertools/trait.Itertools.html#method.intersperse For how it works.

@danakj danakj added the enhancement New feature or request label Sep 25, 2023
@danakj danakj added this to the stable-iterators milestone Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant