You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small library written in C# .NET which basically imitates System.Linq.Enumerable extension class with some additional functionality (Map, Filter, Reduce). Library uses many functional language features such as partial application, closures, lazy evaluation, iterator yielding, and many other fundamental design patterns.