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

multizip equivalent for unzip #362

Closed
owenthewizard opened this issue Aug 3, 2019 · 2 comments · Fixed by #565
Closed

multizip equivalent for unzip #362

owenthewizard opened this issue Aug 3, 2019 · 2 comments · Fixed by #565

Comments

@owenthewizard
Copy link

It would be nice to have something similar to izip!/multizip for unzip, e.g. A, B, C, D, A, B, C, D, ... -> ([A, A, A, [...], B, B, B, [...], [...])

@piegamesde
Copy link

There is the unzip-n crate for that purpose, maybe it can be merged into itertools?

@Boscop
Copy link

Boscop commented Jul 5, 2020

@piegamesde That would be nice!

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

Successfully merging a pull request may close this issue.

3 participants