ricardotondello / Functional.Toolkit.OptionType

Functional.Toolkit.OptionType is a lightweight library that provides an implementation of the Option type in C#. The Option type is a functional programming concept that represents a value that may or may not be present. This can help reduce the number of null checks in your code, making it more robust and easier to reason about.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ricardotondello/Functional.Toolkit.OptionType Stargazers