dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Expression.combine
dmd
expression
Expression
Combine e1 and e2 by CommaExp if both are not NULL.
class
Expression
extern (
D
) static
Expression
combine
(
Expression
e1
,
Expression
e2
)
Meta
Source
See Implementation
dmd
expression
Expression
functions
addDtorHook
addressOf
checkNogc
checkOverridenDtor
checkPostblit
checkPurity
checkReadModifyWrite
checkSafety
checkType
checkValue
copy
deref
isIdentical
isLvalue
resolveLoc
size
toBool
toLvalue
static functions
combine
deinitialize
extractLast
Combine e1 and e2 by CommaExp if both are not NULL.