ShittyLabs / ShittyLINQ

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

Adds enough code so that all tests pass. #15

Closed jreina closed 7 years ago

jreina commented 7 years ago

... with the exception of the tests for the .ForEach() method. This method will be removed in a subsequent PR since the spec has that method specified as a built-in method on the List<T> type and we are already adding a .ToList() method in #13