ShittyLabs / ShittyLINQ

The shitty version of LINQ.
MIT License
12 stars 29 forks source link

Adds Zip method. #23

Closed jreina closed 6 years ago

jreina commented 6 years ago

This implementation deviates from the spec in that it does not accept a transform function and outputs a sequence of Tuples by default. This is more in-line with most implementations of Zip.

An implementation of this method that does accept a transform function should be added at a later time and should be called ZipWith.

jreina commented 6 years ago

@CooRay or @the-pat do either of you mind reviewing this addition and my rationale behind deviating from the MSDN spec?