optibrev

Optibrev is a minimalistic and powerful D library for managing optional values.

It gives you a flexible way to handle null or missing values without writing excessive code. It supports the fundamental monadic operations such as map, enabling you to transform your data in a functional manner. Alongside, it provides methods like unwrap, isNone, isSome, and orElse for easy extraction and error handling. The main data structure in Optibrev is Option, which encapsulates an optional value.

Members

Structs

Option
struct Option(T)
Undocumented in source.

Meta

Authors

Oleg Bakharev, Emily Tiernan