Maybe.Empty

Undocumented in source.
class Maybe(T)
static
class Empty : Maybe!T {}

Constructors

this
this()
Undocumented in source.

Members

Functions

lift
R lift()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_empty
Empty _empty;
Undocumented in source.

Meta