verrorSupplemental

Same as errorSupplemental, but takes a va_list parameter.

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

Parameters

loc Loc

location of error

format const(char)*

printf-style format specification

ap va_list

printf-style variadic arguments

Suggestion Box / Bug Report