TypeFunction.isnogc

set or get if the function has the @nogc attribute

  1. bool isnogc()
  2. void isnogc(bool v)
    class TypeFunction
    pure nothrow @safe @nogc
    void
    isnogc
    (
    bool v
    )
Suggestion Box / Bug Report