Variadic Types in Swift and How to Count Them

Rick van Voorden in yesterday’s Open Office hour told me about the fact that variadic types in Swift can, in fact, have an empty list of associated types. A quick refresher of variadic types in Swift using parameter packs: