Calling a protocol with associatedType's method, doesn't always pick the same specialized generic implementation
|
|
3
|
370
|
February 23, 2023
|
Declaring conformance of existential types to protocols
|
|
0
|
329
|
February 21, 2023
|
Conditional conformance of type to protocol does not imply conformance to inherited protocol
|
|
4
|
205
|
February 11, 2023
|
[Pitch] Add Equatable and Hashable conformance to String views
|
|
11
|
1568
|
September 24, 2022
|
Malconformance
|
|
8
|
391
|
July 14, 2022
|
Dynamically call protocol method of unknown type
|
|
0
|
192
|
July 5, 2022
|
RawRepresentable Conformance Leads to Crash
|
|
3
|
996
|
April 21, 2022
|
Conforming correctly to RangeReplaceableCollection
|
|
6
|
5067
|
October 21, 2021
|
Async properties and Actor protocol conformance
|
|
3
|
1599
|
September 29, 2021
|
Adding conformance to ExpressibleByArrayLiteral and ExpressibleByStringLiteral
|
|
2
|
517
|
September 7, 2021
|
Extending type that also conforms to another protocol
|
|
7
|
442
|
August 2, 2021
|
Keyword for protocol methods
|
|
10
|
1419
|
July 23, 2021
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
2
|
913
|
May 6, 2021
|
Why protocol compositions don't work when evaluating protocol conformance?
|
|
5
|
313
|
April 9, 2021
|
How do I check if a type / instance conforms to a protocol that "has Self or associated type requirements"?
|
|
2
|
3074
|
December 28, 2020
|
Protocol assosiatedtype conformance confussion
|
|
0
|
362
|
September 8, 2020
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
506
|
September 4, 2020
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
445
|
April 20, 2020
|
Protocol conformance for protocols with `var myVar: MyType { get }`
|
|
5
|
673
|
November 13, 2019
|
Synthesized Equatable conformance for Type
|
|
3
|
908
|
October 5, 2019
|
An initializer specialized for conformance wasn't suggested/present
|
|
1
|
464
|
October 1, 2019
|
A tuple conformance idea
|
|
2
|
765
|
September 19, 2019
|
How can I fix "Type 'MyType' does not conform to protocol 'Collection'"?
|
|
9
|
9441
|
September 14, 2019
|
Can you satisfy a static member with an enumeration case?
|
|
1
|
680
|
August 27, 2019
|
How to prove to the compiler that class conforms to a protocol?
|
|
2
|
3174
|
April 6, 2019
|