|
Variadic Zips... are they possible yet?
|
|
15
|
664
|
March 11, 2026
|
|
Let's talk about parameter packs
|
|
13
|
1104
|
January 10, 2026
|
|
Possible major bug in parameter packs when used with closures
|
|
3
|
225
|
January 8, 2026
|
|
Enumerating a parameter pack of metatype instances
|
|
18
|
304
|
January 1, 2026
|
|
`var`-backed parameters passed in with `@lValue`, causing inefficient parameter packing
|
|
11
|
300
|
December 10, 2025
|
|
Different result type using Parameter Packs in a result builder
|
|
5
|
368
|
December 9, 2025
|
|
Creating a subscript for each element of a parameter pack
|
|
5
|
230
|
December 7, 2025
|
|
Introducing swift-mocking: A testing framework based on parameter packs
|
|
0
|
277
|
November 29, 2025
|
|
Is it possible to create a cartesian product function with parameter packs?
|
|
19
|
631
|
July 13, 2025
|
|
Parameter pack that returns a tuple is producing an error: "Failed to produce diagnostics..."
|
|
2
|
119
|
May 6, 2025
|
|
Compiler errors destructuring Parameter Pack return tuple
|
|
7
|
230
|
April 7, 2025
|
|
How do I rewrite zip function by the new "repeat each" syntax?
|
|
5
|
321
|
April 7, 2025
|
|
Parameter packs, same-shape requirements, and spreading arrays
|
|
7
|
385
|
April 5, 2025
|
|
Why can the same parameter pack both have labels and not have labels?
|
|
1
|
152
|
April 3, 2025
|
|
Compiler can't infer types with Parameter Packs containing more than three elements
|
|
10
|
402
|
January 31, 2025
|
|
Instantiate a parameter pack from an array
|
|
6
|
372
|
January 30, 2025
|
|
Passing a parameter pack to a function call fails to compile
|
|
14
|
918
|
January 18, 2025
|
|
Is there a way to spread a tuple into the arguments of a function?
|
|
11
|
641
|
January 15, 2025
|
|
Trouble using a local func with parameter pack args
|
|
2
|
142
|
December 14, 2024
|
|
Swift parameter pack specialization
|
|
1
|
154
|
November 16, 2024
|
|
Language limitation, or am I not doing this right? `Error: Pack expansion requires that 'each Element' and 'repeat each Element' have the same shape`
|
|
3
|
422
|
November 11, 2024
|
|
Spelling empty parameter packs as just type identifier
|
|
2
|
270
|
October 25, 2024
|
|
How can we write to a parameter-pack tuple with the iteration syntax?
|
|
2
|
247
|
October 22, 2024
|
|
Compiler unable to infer type in case of multiple parameter packs
|
|
0
|
116
|
October 7, 2024
|
|
Parameter Packs: Generic parameter 'each Value' could not be inferred
|
|
3
|
156
|
October 1, 2024
|
|
Parameter packs: Creating an `Equatable` box
|
|
5
|
1191
|
August 16, 2024
|
|
Value Pack Expansion and Single Element Tuples
|
|
4
|
245
|
August 5, 2024
|
|
How to pass a parameter pack of values to a parameter pack of closures?
|
|
4
|
293
|
July 26, 2024
|
|
Shuffling optional-of-tuple into tuple-of-optionals with parameter pack
|
|
3
|
188
|
July 23, 2024
|
|
What is the syntax for expanding operators from parameter packs?
|
|
4
|
132
|
July 18, 2024
|