FuncDeclaration.setUnsafeCall

The function is calling @system function f, so mark it as unsafe.

class FuncDeclaration
extern (D) final
bool
setUnsafeCall

Parameters

f FuncDeclaration

function being called (needed for diagnostic of inferred functions)

Return Value

Type: bool

whether there's a safe error

Meta