Skip to content
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

Zip #29

Closed
isc30 opened this issue Mar 6, 2018 · 1 comment
Closed

Zip #29

isc30 opened this issue Mar 6, 2018 · 1 comment

Comments

@isc30
Copy link
Owner

isc30 commented Mar 6, 2018

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

@isc30 isc30 created this issue from a note in v1.0 - First basic version (To Do) Mar 6, 2018
@Tholdrim
Copy link
Contributor

I am working on it!

@isc30 isc30 self-assigned this Apr 19, 2018
@isc30 isc30 moved this from To Do to Progress in v1.0 - First basic version Apr 19, 2018
isc30 pushed a commit that referenced this issue Apr 23, 2018
@isc30 isc30 closed this as completed Apr 23, 2018
@isc30 isc30 moved this from Progress to Done in v1.0 - First basic version Apr 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants