The vararg module is intended to facilitate vararg manipulation in D. It should be interface compatible with the C module "stdarg," and the two modules may share a common implementation if possible (as is done here).
Retrieve and store through parmn the next value that is of TypeInfo ti. Used when the static type is not known.
See Source File core/vararg.d
Boost License 1.0
Copyright Digital Mars 2000 - 2009.
Walter Bright, Hauke Duden
The vararg module is intended to facilitate vararg manipulation in D. It should be interface compatible with the C module "stdarg," and the two modules may share a common implementation if possible (as is done here).