Start a Project

Variadic Parameters in Swift

In this blog, we are going to learn about variadic parameters in swift. It is a parameter in which we can pass from zero to n numbers of variables and is used where the number of parameters is not defined. They are used in many functions in swift-like print which can take a variation of a number of arguments, it is defined as the value type by the three dots.

The syntax for the Variadic parameters in Swift.

Now, please follow the below steps for the integration of the sample example.

Now add the milk to the bucket and call the total function to get the total amount of milk.

Variadic parameters

We can use the array or any other collection in place of the variadic parameters but in variadic we have to pass at least one parameter whereas in the array we can pass an empty array. However, for more details please check out the official Apple documentation from here.

Conclusion

I hope this blog will help you in understanding the functions with variable parameters. If you have queries, comments, and recommendations, feel free to post them in the comment section below. Please refer to my other blogs from here.

Exit mobile version