sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
TupleExpressionImpl.TupleExpressionImpl
d
ir
expression
TupleExpressionImpl
Undocumented in source.
template
TupleExpressionImpl
(bool isCompileTime = false)
final
class
TupleExpressionImpl :
E
{
E
[]
values
;
this
(Location location, Type t, E[] values);
string
toString
(Context c);
}
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
Source
See Implementation
d
ir
expression
TupleExpressionImpl
aliases
E
classes
TupleExpressionImpl