Swift Functions
Onward to day 5 of 100 Days of Swift. Today was all about functions, and there were a few things that I didn't remember, mainly because I don't use them much when I code.
First up is variadic functions. I don't use these because I tend to use arrays when …
Continue reading