Expression.checkNogc

Calling function f. Check the @nogc-ness, i.e. if we're in a @nogc function we can only call other @nogc functions. Returns true if error occurs.

class Expression
extern (D) final
bool
checkNogc
Suggestion Box / Bug Report