Generic function specialization for recursive protocols trying to chose wrong function
|
|
5
|
980
|
July 19, 2020
|
Generic constraint to enforce value type?
|
|
1
|
461
|
July 5, 2020
|
Chunking Collections and Strings in Swift 5.1
|
|
19
|
5418
|
June 27, 2020
|
Protocol with clear Generic requirements should not be a Generic
|
|
13
|
1835
|
June 10, 2020
|
Conditional protocol conformance for Optional where Wrapped - issues with "Any"
|
|
3
|
1057
|
June 8, 2020
|
Are protocols type classes?
|
|
0
|
361
|
May 22, 2020
|
Protocol inheritance with default implementation causing ambiguous candidates
|
|
0
|
339
|
May 8, 2020
|
Using associatedtype from generics in function not recognized
|
|
3
|
634
|
April 28, 2020
|
Dynamic extensible protocols
|
|
6
|
428
|
April 28, 2020
|
How to use both JSONDecoder on a generic type that isn't explicitly conform to the Codable protocol?
|
|
2
|
561
|
April 22, 2020
|
Gauging community sentiment: `OptionalProtocol`
|
|
4
|
761
|
April 11, 2020
|
Conform to protocols by fulfilling stricter requirements
|
|
4
|
696
|
April 11, 2020
|
Deduplicating documentation comments through protocols or inheritance
|
|
0
|
712
|
April 5, 2020
|
Extensions polluting protocol witness tables
|
|
6
|
1204
|
April 5, 2020
|
Can a subclass implement its own requirement of a protocol adopted by superclass?
|
|
3
|
426
|
March 26, 2020
|
Error: instance method 'METHOD' requires that 'CLASS' conform to 'PROTOCOL'
|
|
2
|
2018
|
March 7, 2020
|
How to use associatedType protocol in vars or arrays throught `some` in Swift 5.1?
|
|
3
|
2287
|
February 23, 2020
|
Hashable not auto-implementing when a member has a protocol type whose conformers must be Hashable
|
|
12
|
1533
|
February 21, 2020
|
Special Case Protocol Conformance: Long-term Tradeoffs for Near-term Conformance
|
|
41
|
2673
|
February 16, 2020
|
Extending a class-bound type to conform to a protocol extended with `mutating` functions
|
|
14
|
1684
|
February 14, 2020
|
Using non-escaping closures in methods satisfying a protocol method with an escaping closure
|
|
2
|
1129
|
February 13, 2020
|
Protocol Associated Type Constraints (where clause and <>)
|
|
1
|
1726
|
February 6, 2020
|
Intellisense Not Showing Public Methods Implemented in an Extension of an Internal Protocol
|
|
2
|
743
|
January 31, 2020
|
Redundant conformance in class hierarchies
|
|
4
|
1497
|
January 10, 2020
|
Better Access Control on Protocol Requirements
|
|
12
|
2254
|
December 6, 2019
|
Pass constraint to protocol
|
|
3
|
471
|
December 2, 2019
|
Protocol conformance and `Optional`s
|
|
37
|
3496
|
December 2, 2019
|
What kind of black magic reconciles protocol with class inheritance
|
|
3
|
406
|
November 19, 2019
|
Protocol conformance for protocols with `var myVar: MyType { get }`
|
|
5
|
655
|
November 13, 2019
|
Protocol extending class and generic
|
|
16
|
3171
|
November 12, 2019
|