Spelling empty parameter packs as just type identifier
|
|
2
|
185
|
October 25, 2024
|
A Feasible Implementation of Type Disjunctions
|
|
3
|
509
|
October 13, 2024
|
Can't compile swift
|
|
2
|
168
|
October 12, 2024
|
`some protocol` gives out different result for the same code
|
|
9
|
130
|
October 11, 2024
|
Why can animatableData be two types at the same time?
|
|
3
|
122
|
October 10, 2024
|
Compiler unable to infer type in case of multiple parameter packs
|
|
0
|
81
|
October 7, 2024
|
Something changed in generics?
|
|
5
|
297
|
October 6, 2024
|
Cast from generic type to specific type always fails in swift 6
|
|
2
|
151
|
October 2, 2024
|
Parameter Packs: Generic parameter 'each Value' could not be inferred
|
|
3
|
107
|
October 1, 2024
|
Xcode 16 type cast to protocol with constrained associated type
|
|
2
|
141
|
September 11, 2024
|
Why is `[P1(), P2()]` not inferred as `[any P]` when passed to a function expecting `some Sequence<any P>`?
|
|
8
|
237
|
September 5, 2024
|
How do you deal with lack of default generic arguments? Copy+paste?
|
|
1
|
73
|
August 31, 2024
|
Lldb: Unable to bind generic parameters in context with weakly captured self
|
|
1
|
84
|
August 29, 2024
|
Cannot infer type returned by previous closure
|
|
2
|
78
|
August 28, 2024
|
Type inference not working when assigning to a type alias
|
|
2
|
78
|
August 27, 2024
|
Making a high level raylib binding with Swift for a game engine; does Swift PM support C linking?
|
|
2
|
434
|
August 24, 2024
|
Lack of turbofish-like syntax for generics in expressions
|
|
5
|
624
|
August 11, 2024
|
Dynamic cast to protocol conformance across module (not retroactive conformance)
|
|
2
|
94
|
August 1, 2024
|
Using `some` how can I get identical protection to constrained generics for returning types?
|
|
3
|
172
|
July 29, 2024
|
Why the design of operators transform AsyncSequence result long generic names?
|
|
7
|
305
|
July 25, 2024
|
Shuffling optional-of-tuple into tuple-of-optionals with parameter pack
|
|
3
|
119
|
July 23, 2024
|
String, Double, Int... Data Type Used in Generics Is Not Graying and acceptable by compiler
|
|
2
|
157
|
July 21, 2024
|
“3 Consecutive statement on a line must be separated bay “;”)
|
|
7
|
661
|
July 18, 2024
|
Constrain type parameter to function types
|
|
2
|
74
|
July 17, 2024
|
Whether the swift protocol can be stored in the dictionary as a parameter
|
|
3
|
534
|
July 17, 2024
|
Inner types that don't need the type parameters of generic outer types
|
|
10
|
575
|
July 9, 2024
|
Strange compiler behaviour in implicitly opened existentials
|
|
2
|
389
|
July 3, 2024
|
SE-0427: Noncopyable Generics
|
|
166
|
7692
|
July 3, 2024
|
How can I make dedicated generic constrained getter?
|
|
3
|
206
|
June 27, 2024
|
Fixes for parameter packs and closures
|
|
5
|
1084
|
June 23, 2024
|