tip

Print a tip message with the prefix and highlighting.

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

Parameters

format const(char)*

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

Meta