Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: wwdc2023-10168
$eventId
ID of event: wwdc2023
$eventContentId
ID of session without event part: 10168
$eventShortId
Shortened ID of event: wwdc23
$year
Year of session: 2023
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2023] [Session 10168] Generaliz...

WWDC23 • Session 10168

Generalize APIs with parameter packs

Swift • iOS, macOS, tvOS, watchOS • 18:24

Swift parameter packs are a powerful tool to expand what is possible in your generic code while also enabling you to simplify common generic patterns. We’ll show you how to abstract over types as well as the number of arguments in generic code and simplify common generic patterns to avoid overloads. To get the most out of this session, we recommend first checking out “Embrace Swift generics" from WWDC22.

Speaker: Sophia Poirier

Open in Apple Developer site