Skip to content

Feature request: try_unzip #402

@jplatte

Description

@jplatte
fn try_unzip<A, B, E, FromA, FromB>(self) -> Result<(FromA, FromB), E>
where
    FromA: Default + Extend<A>,
    FromB: Default + Extend<B>,
    Self: Iterator<Item = Result<(A, B), E>>,
{ ... }

As with my previous feature request, I'd be willing to implement this myself if it is considered useful enough for inclusion :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions