CompileTimeExpression

Any expression that have a value known at compile time.

abstract
class CompileTimeExpression : Expression {}

Constructors

this
this(Location location, Type type)
Undocumented in source.

Inherited Members

From Expression

type
Type type;
Undocumented in source.
isLvalue
bool isLvalue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta