Funship
by:
rileywhite
- 1,369 total downloads
- last updated 9/10/2019
- Latest version: 1.0.0.35-alpha-2
A library that adds functional style lists and functions to C#.
Create a functional list using var list = fist(1, 2, 3, 4), and then use
the library of standard map(), reduce(), etc functions to work with it.
It also deconstructs to a ValueTuple such that C# 8 switch statements...
More information