Open
Description
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
Labels
No labels