8000 ZipMap: ([x], x → y) → [(x, y)] · Issue #661 · morelinq/MoreLINQ · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
ZipMap: ([x], x → y) → [(x, y)] #661
Open
@atifaziz

Description

@atifaziz

This was initially proposed by @Orace as part of the discussion in #624 but I am adding it here with the proposed name of ZipMap:

public static IEnumerable<(TSource Item, TResult Result)>
    ZipMap<TSource, TResult>(this IEnumerable<TSource> source, Func<TSource, TResult> func)

Element names are up for discussion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0