error

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
  1. void error(Loc loc, const(char)* format, ...)
  2. void error(Loc loc, const(char)* format, ...)
    version(COMPILE && MARS)
    extern (C++) nothrow pragma(printf)
    static if(!(__VERSION__ < 2092))
    void
    error
    (,
    const(char)* format
    ,)
  3. void error(const(char)* filename, uint linnum, uint charnum, const(char)* format, ...)

Meta