ExpressionResult

Undocumented in source.

Alias This

value

Members

Functions

op
ExpressionResult op(dchar operator, ExpressionResult rhs)
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.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

success
bool success;
Undocumented in source.
value
T value;
Undocumented in source.

Meta