ShittyLabs / ShittyLINQ

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

Foldl and Aggregate seedless overloads #12

Open tosti007 opened 7 years ago

tosti007 commented 7 years ago

As requested in #3

tosti007 commented 7 years ago

Added an fix for the Foldl function aswell, while writing the tests I noticed a mistake in the current implementation (missing return if there is only one element).