Getting Started
Add CSharp.Made.Functional
Command Linedotnet add package CSharp.Made.Functional
Using statements
The namespace does not match the package name to keep using statements shorter.
Usings.cs// Required Usings
global using Functional;
global using static Functional.Prelude;