Compiler unable to infer type in case of multiple parameter packs
|
|
0
|
21
|
October 7, 2024
|
Something changed in generics?
|
|
5
|
277
|
October 6, 2024
|
Cast from generic type to specific type always fails in swift 6
|
|
2
|
111
|
October 2, 2024
|
Parameter Packs: Generic parameter 'each Value' could not be inferred
|
|
3
|
85
|
October 1, 2024
|
A Feasible Implementation of Type Disjunctions
|
|
1
|
257
|
September 23, 2024
|
Xcode 16 type cast to protocol with constrained associated type
|
|
2
|
83
|
September 11, 2024
|
Why is `[P1(), P2()]` not inferred as `[any P]` when passed to a function expecting `some Sequence<any P>`?
|
|
8
|
232
|
September 5, 2024
|
How do you deal with lack of default generic arguments? Copy+paste?
|
|
1
|
69
|
August 31, 2024
|
Lldb: Unable to bind generic parameters in context with weakly captured self
|
|
1
|
55
|
August 29, 2024
|
Cannot infer type returned by previous closure
|
|
2
|
64
|
August 28, 2024
|
Type inference not working when assigning to a type alias
|
|
2
|
68
|
August 27, 2024
|
Making a high level raylib binding with Swift for a game engine; does Swift PM support C linking?
|
|
2
|
189
|
August 24, 2024
|
Lack of turbofish-like syntax for generics in expressions
|
|
5
|
596
|
August 11, 2024
|
Dynamic cast to protocol conformance across module (not retroactive conformance)
|
|
2
|
87
|
August 1, 2024
|
Using `some` how can I get identical protection to constrained generics for returning types?
|
|
3
|
144
|
July 29, 2024
|
Why the design of operators transform AsyncSequence result long generic names?
|
|
7
|
266
|
July 25, 2024
|
Shuffling optional-of-tuple into tuple-of-optionals with parameter pack
|
|
3
|
99
|
July 23, 2024
|
String, Double, Int... Data Type Used in Generics Is Not Graying and acceptable by compiler
|
|
2
|
156
|
July 21, 2024
|
“3 Consecutive statement on a line must be separated bay “;”)
|
|
7
|
454
|
July 18, 2024
|
Constrain type parameter to function types
|
|
2
|
62
|
July 17, 2024
|
Whether the swift protocol can be stored in the dictionary as a parameter
|
|
3
|
522
|
July 17, 2024
|
Inner types that don't need the type parameters of generic outer types
|
|
10
|
557
|
July 9, 2024
|
Strange compiler behaviour in implicitly opened existentials
|
|
2
|
381
|
July 3, 2024
|
Where is the line between using an existential vs generic?
|
|
6
|
276
|
July 3, 2024
|
SE-0427: Noncopyable Generics
|
|
166
|
7519
|
July 3, 2024
|
How can I make dedicated generic constrained getter?
|
|
3
|
194
|
June 27, 2024
|
Fixes for parameter packs and closures
|
|
5
|
952
|
June 23, 2024
|
Macro that automatically conform enumeration to a protocol where all case associated values conforms to this protocol
|
|
0
|
141
|
June 18, 2024
|
Non-actionable warning when trying to extend a protocol with a typealias
|
|
1
|
200
|
June 17, 2024
|
Cannot convert value of type 'Container<View2>' to expected argument type 'Container<UIView>'
|
|
3
|
136
|
June 13, 2024
|