Is it possible to create a cartesian product function with parameter packs?
|
|
16
|
316
|
May 18, 2025
|
Parameter pack that returns a tuple is producing an error: "Failed to produce diagnostics..."
|
|
2
|
44
|
May 6, 2025
|
Compiler errors destructuring Parameter Pack return tuple
|
|
7
|
118
|
April 7, 2025
|
How do I rewrite zip function by the new "repeat each" syntax?
|
|
5
|
186
|
April 7, 2025
|
Parameter packs, same-shape requirements, and spreading arrays
|
|
7
|
186
|
April 5, 2025
|
Why can the same parameter pack both have labels and not have labels?
|
|
1
|
69
|
April 3, 2025
|
Different result type using Parameter Packs in a result builder
|
|
0
|
67
|
March 26, 2025
|
Compiler can't infer types with Parameter Packs containing more than three elements
|
|
10
|
263
|
January 31, 2025
|
Instantiate a parameter pack from an array
|
|
6
|
195
|
January 30, 2025
|
Passing a parameter pack to a function call fails to compile
|
|
14
|
736
|
January 18, 2025
|
Is there a way to spread a tuple into the arguments of a function?
|
|
11
|
317
|
January 15, 2025
|
Trouble using a local func with parameter pack args
|
|
2
|
81
|
December 14, 2024
|
Swift parameter pack specialization
|
|
1
|
114
|
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
|
225
|
November 11, 2024
|
Spelling empty parameter packs as just type identifier
|
|
2
|
188
|
October 25, 2024
|
How can we write to a parameter-pack tuple with the iteration syntax?
|
|
2
|
169
|
October 22, 2024
|
Compiler unable to infer type in case of multiple parameter packs
|
|
0
|
81
|
October 7, 2024
|
Parameter Packs: Generic parameter 'each Value' could not be inferred
|
|
3
|
110
|
October 1, 2024
|
Parameter packs: Creating an `Equatable` box
|
|
5
|
1105
|
August 16, 2024
|
Value Pack Expansion and Single Element Tuples
|
|
4
|
167
|
August 5, 2024
|
How to pass a parameter pack of values to a parameter pack of closures?
|
|
4
|
218
|
July 26, 2024
|
Shuffling optional-of-tuple into tuple-of-optionals with parameter pack
|
|
3
|
124
|
July 23, 2024
|
What is the syntax for expanding operators from parameter packs?
|
|
4
|
88
|
July 18, 2024
|
How to pass `nil` as an "optional" parameter pack?
|
|
14
|
577
|
July 17, 2024
|
Fixes for parameter packs and closures
|
|
5
|
1117
|
June 23, 2024
|
Matching function parameter to Type in parameter pack
|
|
3
|
733
|
June 4, 2024
|
Is it possible to spell the type of an empty parameter pack?
|
|
4
|
452
|
April 23, 2024
|
Function with an inout parameter pack - should it compile?
|
|
6
|
875
|
March 28, 2024
|
Value and Type Parameter Packs implicitly unwrap optionals
|
|
3
|
430
|
March 6, 2024
|
ExpressibleByIntegerLiteral with parameter pack "Cannot convert value of type 'Int' to expected argument type"
|
|
3
|
641
|
February 1, 2024
|