Making a "Drop First Argument" Function using Variadic Generics
|
|
6
|
736
|
February 16, 2025
|
Compiler can't infer types with Parameter Packs containing more than three elements
|
|
10
|
239
|
January 31, 2025
|
Instantiate a parameter pack from an array
|
|
6
|
151
|
January 30, 2025
|
Pitch: User-defined tuple conformances
|
|
38
|
4762
|
January 27, 2025
|
Passing a parameter pack to a function call fails to compile
|
|
14
|
689
|
January 18, 2025
|
Variadic types: "Same-element requirements are not yet supported"
|
|
13
|
2619
|
December 17, 2024
|
Is it possible to constrain variadic generics to a particular type
|
|
3
|
91
|
December 2, 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
|
166
|
November 11, 2024
|
Spelling empty parameter packs as just type identifier
|
|
2
|
184
|
October 25, 2024
|
How can we write to a parameter-pack tuple with the iteration syntax?
|
|
2
|
145
|
October 22, 2024
|
Compiler unable to infer type in case of multiple parameter packs
|
|
0
|
80
|
October 7, 2024
|
Can we mutate through variadic generic pack iteration?
|
|
1
|
79
|
September 23, 2024
|
Is there a way to reverse a tuple?
|
|
3
|
207
|
September 22, 2024
|
Calculate shape of N-dimensional array from a flat array
|
|
11
|
232
|
September 14, 2024
|
Is `sending` supported by variadic generics?
|
|
4
|
290
|
September 6, 2024
|
Parameter packs: Creating an `Equatable` box
|
|
5
|
1085
|
August 16, 2024
|
Are same-type variadic generic requirements available is some Swift version?
|
|
4
|
225
|
August 6, 2024
|
How to pass `nil` as an "optional" parameter pack?
|
|
14
|
514
|
July 17, 2024
|
Modifying a specific tuple item of a specialized variadic generic type
|
|
0
|
139
|
June 21, 2024
|
How can I use the data from a variadic tuple, for reduction as an example
|
|
2
|
244
|
June 18, 2024
|
Why can't this class have a related-recursive stored property?
|
|
3
|
390
|
June 17, 2024
|
Can't figure out how to extend a result from variadic generics
|
|
2
|
203
|
June 14, 2024
|
Matching function parameter to Type in parameter pack
|
|
3
|
724
|
June 4, 2024
|
Correct `max` function implementation for variadic generics?
|
|
9
|
341
|
May 9, 2024
|
How do I use the individual members of variadic data?
|
|
0
|
210
|
May 7, 2024
|
Chain/Concatenate generic sequences
|
|
0
|
274
|
May 3, 2024
|
Is it possible to "decorate" the last element of a parameter pack?
|
|
7
|
513
|
April 7, 2024
|
Constrain type to "representible in C" for use with @convention(c) and generics?
|
|
2
|
350
|
April 4, 2024
|
Function with an inout parameter pack - should it compile?
|
|
6
|
843
|
March 28, 2024
|
Why can't variadic functions be "fully abstracted" in this context?
|
|
5
|
625
|
March 14, 2024
|