Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 633 Bytes

File metadata and controls

21 lines (14 loc) · 633 Bytes

CSharp.Made.Functional

codecov

Add CSharp.Made.Functional

dotnet add package CSharp.Made.Functional

Using statements

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!