TupleExpressionImpl.TupleExpressionImpl

Undocumented in source.
template TupleExpressionImpl(bool isCompileTime = false)
final
class TupleExpressionImpl : E {}

Constructors

this
this(Location location, Type t, E[] values)
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

values
E[] values;
Undocumented in source.

Meta