Skip to content

Functional.Primitives.Maybe is a lightweight library providing a functional-style Maybe<T> struct. This struct represents an optional value that may or may not be present, offering a more expressive way to handle nullable types in a functional programming paradigm.

License

Notifications You must be signed in to change notification settings

maik-hasler/Functional.Primitives

Repository files navigation

Functional.Primitives.Maybe

Build & Test NuGet Downloads

Functional.Primitives.Maybe is a lightweight library providing a functional-style Maybe<T> struct. This struct represents an optional value that may or may not be present, offering a more expressive way to handle nullable types in a functional programming paradigm.

Table of contents

Installation

To include Functional.Primitives.Maybe in your project, you can install it via NuGet Package Manager:

dotnet add package Functional.Primitives.Maybe

Or use the Package Manager Console:

Install-Package Functional.Primitives.Maybe

About

Functional.Primitives.Maybe is a lightweight library providing a functional-style Maybe<T> struct. This struct represents an optional value that may or may not be present, offering a more expressive way to handle nullable types in a functional programming paradigm.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages