Bud.Option

This package provides the Bud.Option type.


Keywords
Bud.Option, optional
License
MIT
Install
Install-Package Bud.Option -Version 1.0.1

Documentation

Build status

Table of contents

About

Bud.Option is a struct that can either contain a single value or be empty. It can be used as an alternative to null.

Bud option is a .NET implementation of the "option type". See Wikipedia for more information.

Also, docstrings in sources contain more information about the API of Bud.Option.

Installation

Available on NuGet at https://www.nuget.org/packages/Bud.Option:

nuget install Bud.Option