ddmd-experimental ~master (2021-12-25T08:46:30.2604305)
Dub
Repo
Expression.combine
ddmd
expression
Expression
Combine e1 and e2 by CommaExp if both are not NULL.
class
Expression
static
Expression
combine
(
Expression
e1
,
Expression
e2
)
Meta
Source
See Implementation
ddmd
expression
Expression
constructors
this
functions
accept
addDtorHook
addressOf
castTo
checkArithmetic
checkDeprecated
checkIntegral
checkModifiable
checkNoBool
checkNogc
checkPostblit
checkPurity
checkReadModifyWrite
checkRightThis
checkSafety
checkScalar
checkType
checkValue
copy
ctfeInterpret
deprecation
deref
dyncast
error
implicitCastTo
implicitConvTo
isBool
isConst
isLvalue
modifiableLvalue
op_overload
optimize
print
printAST
resolveLoc
semantic
syntaxCopy
toBoolean
toChars
toComplex
toImaginary
toInteger
toLvalue
toReal
toStringExp
toUInteger
trySemantic
warning
static functions
_init
arraySyntaxCopy
combine
extractLast
variables
loc
op
parens
size
type
Combine e1 and e2 by CommaExp if both are not NULL.