FuncDeclaration.setGCCall

The function calls non-@nogc function f, mark it as not nogc.

class FuncDeclaration
extern (D) final
bool
setGCCall

Parameters

f FuncDeclaration

function being called

Return Value

Type: bool

true if function is marked as @nogc, meaning a user error occurred

Meta