FuncDeclaration.setGC

The function is doing something that may allocate with the GC, so mark it as not nogc (not no-how).

class FuncDeclaration
extern (D) final
bool
setGC
()

Return Value

Type: bool

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

Suggestion Box / Bug Report