VarArg

Values

ValueMeaning
none0

fixed number of arguments

variadic1

(T t, ...) can be C-style (core.stdc.stdarg) or D-style (core.vararg)

typesafe2
Suggestion Box / Bug Report