Iterate over collection of 'shapes'
|
|
2
|
1052
|
February 7, 2021
|
Static Protocols
|
|
6
|
1083
|
July 25, 2021
|
Keyword for protocol methods
|
|
10
|
1527
|
July 23, 2021
|
Fulfilling an array of "existenstials" requirement with an array of "concrete types"
|
|
2
|
431
|
July 9, 2021
|
Protocol Witness Matching Mini-Manifesto
|
|
25
|
6489
|
June 28, 2021
|
Protocols question: how can I achieve covariance on a requirement's implementation?
|
|
8
|
535
|
June 11, 2021
|
How to make below code generic?
|
|
2
|
437
|
May 29, 2021
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
2
|
1168
|
May 6, 2021
|
Please help with example code compiler error
|
|
1
|
387
|
April 29, 2021
|
Question about covariance with instance variablesk
|
|
0
|
391
|
April 28, 2021
|
Another "Value of protocol type cannot conform because only struct/enum/class types can conform to protocols" post
|
|
5
|
1352
|
April 20, 2021
|
Protocol with associated type in Action with factory pattern
|
|
8
|
1038
|
April 19, 2021
|
Can we upcast a PAT?
|
|
4
|
1051
|
April 14, 2021
|
Pitch: non-static & non-generic attributes for protocols
|
|
2
|
663
|
April 10, 2021
|
Why protocol compositions don't work when evaluating protocol conformance?
|
|
5
|
380
|
April 9, 2021
|
Using a protocol to more easily implement copy-on-write
|
|
10
|
2480
|
April 8, 2021
|
[Pitch] Conformance Builders
|
|
16
|
2582
|
April 2, 2021
|
Create an ObservedObject without "@ObservedObject" (in protocol)
|
|
0
|
355
|
April 1, 2021
|
Protocols with default implementations cause ambiguity
|
|
3
|
642
|
March 30, 2021
|
Objective-C available property not available via protocol extension
|
|
1
|
812
|
March 23, 2021
|
Allow protocols with sufficient same-type constraints to be used as a regular type
|
|
1
|
654
|
March 8, 2021
|
Protocol conformance reuse
|
|
6
|
320
|
February 25, 2021
|
Typealias
|
|
1
|
311
|
January 13, 2021
|
[Proposal] Static member lookup on protocol metatypes
|
|
55
|
3568
|
January 13, 2021
|
Sub-class conformance ignored when reference to instance is casted to super class type
|
|
4
|
369
|
January 8, 2021
|
How do I check if a type / instance conforms to a protocol that "has Self or associated type requirements"?
|
|
2
|
4162
|
December 28, 2020
|
Type resolution/equality rules in protocol extensions (or: why does Swift give my associatedtype a default value?)
|
|
2
|
455
|
December 22, 2020
|
Protocol extensions and inheritance
|
|
8
|
12450
|
December 5, 2020
|
Why can't protocol which inherits from PAT but constrains its associated types be used as existential?
|
|
11
|
1907
|
November 16, 2020
|
How to override a method of a superclass which uses default implementation from protocol extension?
|
|
1
|
853
|
November 12, 2020
|