AssertStatement

assert

Constructors

this
this(Location location, AstExpression condition, AstExpression message)
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
AstExpression condition;
Undocumented in source.
message
AstExpression message;
Undocumented in source.

Inherited Members

From Statement

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

Meta