ShittyLabs / ShittyLINQ

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

Basic implementation of GroupJoin. #114

Closed jstoker closed 5 years ago

jstoker commented 5 years ago

I've started a basic implementation of GroupJoin. Related to #46.

This does repeatedly enumerate the inner collection, which isn't exactly ideal.

The unit tests are based on the unit tests in the documentation.