darjeeling.maybe

A module for optional values

Members

Classes

Just
class Just(T)
Undocumented in source.
Nothing
class Nothing(T)
Undocumented in source.

Interfaces

Maybe
interface Maybe(T)

A interface to represent an optional value.

Meta

License

<a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.

Authors

Kazuhiro Matsushima