A C# functional library which includes Option, Result, Union, and other helpful abstractions.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Aug 25, 2024
$ dotnet add package CSharp.Made.Functionaldotnet add package CSharp.Made.Functional
The namespace does not match the package name to keep using statements shorter.
// Required Usings
global using Functional;
global using static Functional.Prelude;
For examples and more discussion about this library, Read the Docs!