Variadic Parameter
The values passed to a variadic parameter are made available within the functionโs body as an array of the appropriate type.
A function can have multiple variadic parameters.
The first parameter that comes after a variadic parameter must have an argument label.
Last updated