Getting Started
This guide will help you get started.
| Framework | NuGet |
|---|---|
| .NET 6 |
Installation
Include Fambda.dll in project or grab it from NuGet. Add to the top of each .cs file:
using Fambda;
using static Fambda.F;
This guide will help you get started.
| Framework | NuGet |
|---|---|
| .NET 6 |
Include Fambda.dll in project or grab it from NuGet. Add to the top of each .cs file:
using Fambda;
using static Fambda.F;