Closed isc30 closed 6 years ago
Applies a specified function to the corresponding elements of two sequences, producing a sequence of the results.
Proposed definition:
zip<TOther, TSelector>( other: TOther[] | IQueryable<TOther>, selector: (TOut, TOther) => TSelector): IEnumerable<TSelector>;
Uses deferred execution
I am working on it!
Applies a specified function to the corresponding elements of two sequences, producing a sequence of the results.
Proposed definition:
Uses deferred execution