`Bool?` is not optional?
|
|
5
|
377
|
September 15, 2023
|
How/when does 'circular reference' detection work?
|
|
5
|
363
|
August 12, 2023
|
Strange error in operator overload resolution
|
|
2
|
227
|
August 4, 2023
|
Type cannot be converted to itself
|
|
3
|
342
|
June 3, 2023
|
Type inference from .init()? Is it possible? Or is there a better way to do this?
|
|
2
|
268
|
February 23, 2023
|
Property wrapper with Opaque Type
|
|
2
|
477
|
January 16, 2023
|
[Pitch] - Take associated type inference one step further as compared to Swift 5.7
|
|
0
|
579
|
November 8, 2022
|
Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
347
|
October 27, 2022
|
Implicitly imported types & namespace priority
|
|
8
|
1209
|
October 20, 2022
|
Even more problems with Swift’s type system: why is Void-returning overload not being preferred here?
|
|
4
|
355
|
September 12, 2022
|
`withCheckedThrowingContinuation` fails to resolve `T` in `Void` context
|
|
2
|
1187
|
June 8, 2022
|
Minor inference bug in identity operator
|
|
5
|
418
|
April 11, 2022
|
[GSoC] Type Inference Algorithm Improvements
|
|
3
|
651
|
April 7, 2022
|
Type confusion with Codable
|
|
6
|
936
|
December 10, 2021
|
Generic parameter 'Self' where none is defined
|
|
2
|
527
|
August 25, 2021
|
Too complex closure return type?
|
|
10
|
788
|
June 26, 2021
|
Does type inference happen when using .init()?
|
|
4
|
770
|
June 9, 2021
|
Add type inference for static members with Self type in classes
|
|
0
|
474
|
April 6, 2021
|
Why does type inference break down here?
|
|
3
|
403
|
March 28, 2021
|
Allow protocols with sufficient same-type constraints to be used as a regular type
|
|
1
|
654
|
March 8, 2021
|
flatMap on UIView.constraints type inference confusion with no return type change in closure
|
|
3
|
586
|
February 15, 2021
|
Infer the type of an object's property from the type of another object's member
|
|
6
|
646
|
November 30, 2020
|