vmessage

Same as message, but takes a va_list parameter.

extern (C++) nothrow
static if(__VERSION__ < 2092)
void
vmessage
(
const ref Loc loc
,
const(char)* format
,)

Parameters

loc Loc

location of message

format const(char)*

printf-style format specification

ap va_list

printf-style variadic arguments

Meta