message

Same as above, but doesn't take a location argument.

  1. void message(Loc loc, const(char)* format, ...)
  2. void message(const(char)* format, ...)
    nothrow extern (C++)
    static if(__VERSION__ < 2092)
    void
    message
    (
    const(char)* format
    ,)

Parameters

format const(char)*

printf-style format specification ... = printf-style variadic arguments

Suggestion Box / Bug Report