Scope.merge

Merge results of ctorflow into this.

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

Parameters

loc
Type: Loc

for error messages

ctorflow
Type: CtorFlow

flow results to merge in

Meta