TernaryExpression

Conditional expression of type ?:

Constructors

this
this(Location location, U args, E condition, E lhs, E rhs)
Undocumented in source.

Members

Functions

toString
string toString(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

condition
E condition;
Undocumented in source.
lhs
E lhs;
Undocumented in source.
rhs
E rhs;
Undocumented in source.

Meta