sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
TernaryExpression.this
d
ast
expression
TernaryExpression
Undocumented in source.
class
TernaryExpression
(E)
this
(
U
...
)
(
Location
location
,
U
args
,
E
condition
,
E
lhs
,
E
rhs
)
if
(
is
(
E
:
AstExpression
)
)
Meta
Source
See Implementation
d
ast
expression
TernaryExpression
constructors
this
functions
toString
variables
condition
lhs
rhs