vdeprecationSupplemental

Same as deprecationSupplemental, but takes a va_list parameter.

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

Parameters

loc Loc

location of deprecation

format const(char)*

printf-style format specification

ap va_list

printf-style variadic arguments

Suggestion Box / Bug Report