Status of generalized existentials
|
|
14
|
2604
|
January 16, 2021
|
Typealias
|
|
1
|
126
|
January 13, 2021
|
[Proposal] Static member lookup on protocol metatypes
|
|
55
|
1520
|
January 13, 2021
|
Sub-class conformance ignored when reference to instance is casted to super class type
|
|
4
|
85
|
January 8, 2021
|
How do I check if a type / instance conforms to a protocol that "has Self or associated type requirements"?
|
|
2
|
205
|
December 28, 2020
|
Type resolution/equality rules in protocol extensions (or: why does Swift give my associatedtype a default value?)
|
|
2
|
90
|
December 22, 2020
|
Protocol extensions and inheritance
|
|
9
|
1178
|
December 5, 2020
|
Why can't protocol which inherits from PAT but constrains its associated types be used as existential?
|
|
11
|
978
|
November 16, 2020
|
How to override a method of a superclass which uses default implementation from protocol extension?
|
|
1
|
137
|
November 12, 2020
|
Conforming Protocol and Default Implementation Issue (Playground Code attached)
|
|
6
|
151
|
November 4, 2020
|
Compile Time increase through PATs
|
|
0
|
187
|
October 25, 2020
|
Opaque result types with PATs
|
|
2
|
299
|
October 17, 2020
|
Making an Enum Equatable when it has an associated type of Error
|
|
4
|
334
|
October 9, 2020
|
Why is a generic function discarding protocol matching information?
|
|
5
|
125
|
October 8, 2020
|
Type Erasure on Built-in And Array Types
|
|
3
|
230
|
October 4, 2020
|
Protocol Concrete Properties
|
|
8
|
607
|
September 28, 2020
|
Associated type that is a superclass of Self
|
|
1
|
402
|
September 21, 2020
|
Type checking inconsistency with generic metatypes
|
|
9
|
832
|
September 18, 2020
|
Dictionary.Keys equatable conformance is unreliable
|
|
9
|
327
|
September 10, 2020
|
How do you pick between closures and single-member protocols?
|
|
1
|
153
|
September 10, 2020
|
Protocol assosiatedtype conformance confussion
|
|
0
|
132
|
September 8, 2020
|
Dynamic dispatch not working? Or not possible?
|
|
6
|
285
|
September 4, 2020
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
260
|
September 4, 2020
|
Make protocols conforming to protocols as only struct/enum/class types can conform to protocols now
|
|
2
|
3855
|
August 25, 2020
|
How to Store and Call Any Object Conforming to a Protocol with an Associated Type
|
|
4
|
180
|
August 23, 2020
|
Protocol extension with type restriction (AnyObject / class)
|
|
3
|
154
|
August 23, 2020
|
ExpressibleByStringLiteral with optionals
|
|
4
|
235
|
August 5, 2020
|
You can't add a defaulted function argument to a protocol-satisfying method?!
|
|
3
|
183
|
July 31, 2020
|
Is it possible to expand which protocols can act as types?
|
|
2
|
496
|
July 31, 2020
|
Protocol Conformance for Tuples / Anonymous Structs
|
|
40
|
3006
|
July 27, 2020
|