Variadic Parameters
We can send single values or use some type of collection to send several values, however, we also have another little-known or little-used option to send several values.
A collection of 3 posts
We can send single values or use some type of collection to send several values, however, we also have another little-known or little-used option to send several values.
Countable ranges are one of Swift’s unique features that are quite common in for and switch statements.
The most common data type we use (or we’ll be using) on our Swift journey used to be the worst headache, join me to see what’s behind this collection.