About

A polyvariadic function is a function with a variable number of arguments, that can have polymorphic or just different types. An example for a polyvariadic function is the common function printf, since the last arguments can be of any type.

history|excerpt history