Scope.merge

Merge results of ctorflow into this.

struct Scope
extern (D)
void
merge
(
const ref Loc loc
,
const ref CtorFlow ctorflow
)

Parameters

loc Loc

for error messages

ctorflow CtorFlow

flow results to merge in

Suggestion Box / Bug Report