Protocol with associated type in Action with factory pattern
|
|
7
|
249
|
April 18, 2021
|
Can we upcast a PAT?
|
|
4
|
181
|
April 14, 2021
|
Pitch: non-static & non-generic attributes for protocols
|
|
2
|
258
|
April 10, 2021
|
Why protocol compositions don't work when evaluating protocol conformance?
|
|
5
|
114
|
April 9, 2021
|
Using a protocol to more easily implement copy-on-write
|
|
10
|
810
|
April 8, 2021
|
[Pitch] Conformance Builders
|
|
16
|
1247
|
April 2, 2021
|
Create an ObservedObject without "@ObservedObject" (in protocol)
|
|
0
|
98
|
April 1, 2021
|
Protocols with default implementations cause ambiguity
|
|
3
|
144
|
March 30, 2021
|
Objective-C available property not available via protocol extension
|
|
1
|
87
|
March 23, 2021
|
Allow protocols with sufficient same-type constraints to be used as a regular type
|
|
1
|
230
|
March 8, 2021
|
Protocol conformance reuse
|
|
6
|
138
|
February 25, 2021
|
Iterate over collection of 'shapes'
|
|
2
|
155
|
February 7, 2021
|
Status of generalized existentials
|
|
14
|
2796
|
January 16, 2021
|
Typealias
|
|
1
|
152
|
January 13, 2021
|
[Proposal] Static member lookup on protocol metatypes
|
|
55
|
1727
|
January 13, 2021
|
Sub-class conformance ignored when reference to instance is casted to super class type
|
|
4
|
118
|
January 8, 2021
|
How do I check if a type / instance conforms to a protocol that "has Self or associated type requirements"?
|
|
2
|
251
|
December 28, 2020
|
Type resolution/equality rules in protocol extensions (or: why does Swift give my associatedtype a default value?)
|
|
2
|
110
|
December 22, 2020
|
Protocol extensions and inheritance
|
|
9
|
1780
|
December 5, 2020
|
Why can't protocol which inherits from PAT but constrains its associated types be used as existential?
|
|
11
|
1091
|
November 16, 2020
|
How to override a method of a superclass which uses default implementation from protocol extension?
|
|
1
|
160
|
November 12, 2020
|
Conforming Protocol and Default Implementation Issue (Playground Code attached)
|
|
6
|
172
|
November 4, 2020
|
Compile Time increase through PATs
|
|
0
|
204
|
October 25, 2020
|
Opaque result types with PATs
|
|
2
|
375
|
October 17, 2020
|
Making an Enum Equatable when it has an associated type of Error
|
|
4
|
628
|
October 9, 2020
|
Why is a generic function discarding protocol matching information?
|
|
5
|
142
|
October 8, 2020
|
Type Erasure on Built-in And Array Types
|
|
3
|
263
|
October 4, 2020
|
Protocol Concrete Properties
|
|
8
|
659
|
September 28, 2020
|
Associated type that is a superclass of Self
|
|
1
|
429
|
September 21, 2020
|
Type checking inconsistency with generic metatypes
|
|
9
|
925
|
September 18, 2020
|