ldc.vararg

Undocumented in source.

Members

Aliases

va_list
alias va_list = void*
Undocumented in source.

Functions

va_arg
T va_arg(va_list vp)
Undocumented in source. Be warned that the author may not have intended to support it.
va_copy
void va_copy(va_list dst, va_list src)
Undocumented in source. Be warned that the author may not have intended to support it.
va_end
void va_end(va_list ap)
Undocumented in source. Be warned that the author may not have intended to support it.
va_start
void va_start(va_list ap, T parmn)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta