ddc ~master (2022-05-11T07:34:37.0755476)
Dub
Repo
ConditionalStatement.this
dmd
statement
ConditionalStatement
Undocumented in source.
class
ConditionalStatement
extern (
D
)
this
(
const
ref
Loc
loc
,
Condition
condition
,
Statement
ifbody
,
Statement
elsebody
)
Meta
Source
See Implementation
dmd
statement
ConditionalStatement
constructors
this
functions
accept
flatten
syntaxCopy
variables
condition
elsebody
ifbody