message

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void message(Loc loc, const(char)* format, ...)
  2. void message(Loc loc, const(char)* format, ...)
    nothrow pragma(printf) extern (C++)
    static if(!(__VERSION__ < 2092))
    void
    message
    (
    const ref Loc loc
    ,
    const(char)* format
    ,)
  3. void message(const(char)* format, ...)
  4. void message(const(char)* format, ...)

Meta