some repeat any
some do throw swift
await for guard where
actor await
what does it even mean. these words doesn;'t make sense
@krzyzanowskim did you watch the WWDC video covering these?
Made a lot more sense to me afterwards.
It basically repeats each type.
And since the repetition might have some (generic) type around each type, there are two keywords.
@ffried @krzyzanowskim know the video off the top of your head?
Generalize APIs with parameter packs - WWDC23 - Videos - Apple Developer

Swift parameter packs are a powerful tool to expand what is possible in your generic code while also enabling you to simplify common...

Apple Developer