darjeeling.either

A module for values with two possiblities

Members

Classes

Left
class Left(TLeft, TRight)
Undocumented in source.
Right
class Right(TLeft, TRight)
Undocumented in source.

Interfaces

Either
interface Either(TLeft, TRight)

A interface to represent a two possible value.

Meta

License

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

Authors

Kazuhiro Matsushima