Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
239
|
October 27, 2022
|
Returning a concrete type conforming to a protocol from a method when an existential of this protocol is expected
|
|
4
|
289
|
July 22, 2022
|
Subclassing with Nested Generics
|
|
3
|
512
|
March 26, 2022
|
Using subtypes in the implementation of protocol properties and function return values
|
|
17
|
825
|
February 21, 2022
|
Problems inheriting a Universal Framework interface
|
|
11
|
789
|
November 11, 2021
|
What’s so special about UIView.init()?
|
|
5
|
1987
|
May 13, 2021
|
Differences between type-inheritance clause & protocol composition syntax?
|
|
2
|
837
|
May 6, 2021
|
Is there an ABI-compatible way to retrieve class inheritance hierarch?
|
|
0
|
272
|
February 19, 2021
|
Sub-class conformance ignored when reference to instance is casted to super class type
|
|
4
|
305
|
January 8, 2021
|
Why can't protocol which inherits from PAT but constrains its associated types be used as existential?
|
|
11
|
1667
|
November 16, 2020
|
Is this the right way subclasses should handle a base class conforming to a protocol initializer?
|
|
8
|
492
|
September 4, 2020
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
406
|
April 20, 2020
|
Overriding properties
|
|
1
|
5726
|
April 14, 2020
|
Deduplicating documentation comments through protocols or inheritance
|
|
0
|
707
|
April 5, 2020
|
Why can't a subclass use didSet to observe parent's private(set) properties?
|
|
7
|
2136
|
January 7, 2020
|
Why can't we call superclass convenience initializer from subclass?
|
|
17
|
10748
|
December 24, 2019
|
What kind of black magic reconciles protocol with class inheritance
|
|
3
|
403
|
November 19, 2019
|
Default Protocol Implementation Inheritance Behaviour - The current situation and what/if anything should be done about it
|
|
22
|
4986
|
August 30, 2019
|
Swift - Generic Class Inheritence
|
|
9
|
1280
|
January 28, 2019
|
Add `intermediate` keyword to subclass definition to mark that the actual direct superclass is unknown when the subclass is defined
|
|
10
|
1559
|
July 15, 2018
|
Creating an object by passing a metatype to a generic function uses the default parameter values of the base class' init
|
|
14
|
12156
|
May 14, 2018
|