vtip

Same as tip, but takes a va_list parameter.

nothrow extern (C++)
static if(__VERSION__ < 2092)
void
vtip
(
const(char)* format
,
va_list ap
)

Parameters

format const(char)*

printf-style format specification

ap va_list

printf-style variadic arguments

Suggestion Box / Bug Report