
Hacker News: Front Page
shared a link post in group #Stream of Goodies

www.swift.org
Iterate Over Parameter Packs in Swift 6.0
Parameter packs, introduced in Swift 5.9, make it possible to write generics that abstract over the number of arguments. This eliminates the need to have overloaded copies of the same generic function