ddc ~master (2020-05-01T11:40:35Z)
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
checkModifiable
checkNogc
checkPostblit
checkPurity
checkReadModifyWrite
checkSafety
checkType
checkValue
copy
deref
isBool
isLvalue
resolveLoc
toBoolean
toLvalue
static functions
combine
deinitialize
extractLast
Combine e1 and e2 by CommaExp if both are not NULL.