Result.Result

Undocumented in source.

Constructors

this
this(ErrorType error, T value)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(ErrorType error)
Undocumented in source.

Members

Functions

is_error
bool is_error()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

error
ErrorType error;
Undocumented in source.
value
T value;
Undocumented in source.

Meta