-
Notifications
You must be signed in to change notification settings - Fork 319
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
Feature request: try_unzip #402
Comments
I've hit this same sort of issue a couple of this, and I believe there could be a really nice implementation of unzipping. I don't know about let (vec_x,_vec_y, _) = vec![(122, 4214, "A", "1"), (200, 14, "B", "1")].iter().cloned().unzip(); Also something that utilizes I'd be willing to help out, if this could be made more concrete? |
@CGMossa An |
Thanks. I'll make a new issue. |
@CGMossa Do you have a link to the issue? I'm also interested in a multi-unzip. |
@Boscop I don't think that I made an issue. |
For future reference, there is an existing issue for that at #362. |
I was looking for |
We have |
As with my previous feature request, I'd be willing to implement this myself if it is considered useful enough for inclusion :)
The text was updated successfully, but these errors were encountered: