Protocol extensions and inheritance
|
|
9
|
1179
|
December 5, 2020
|
Add XOR (Exclusive OR) operator support for Bool type
|
|
27
|
1133
|
October 23, 2020
|
Protocol Concrete Properties
|
|
8
|
607
|
September 28, 2020
|
Organizing stored properties in extensions
|
|
2
|
650
|
August 5, 2020
|
Overrides in extension (same module)
|
|
2
|
325
|
July 18, 2020
|
Nesting a type within an extension to a generic type requires indicating the "parent"'s generic type when used
|
|
6
|
363
|
May 19, 2020
|
@available on structure extensions
|
|
4
|
155
|
May 8, 2020
|
Allow `override` of `open` methods in & from extensions in same file as main class
|
|
5
|
2089
|
April 11, 2020
|
Extending a class-bound type to conform to a protocol extended with `mutating` functions
|
|
14
|
589
|
February 14, 2020
|
Intellisense Not Showing Public Methods Implemented in an Extension of an Internal Protocol
|
|
2
|
300
|
January 31, 2020
|
Regarding Extentions in Pod FrameWork and AppFrameWork
|
|
1
|
241
|
January 5, 2020
|
How to write a single extension for multiple types to override their Objective-C superclass' methods?
|
|
0
|
422
|
November 16, 2019
|
Compiler should disallow @objc extension on Swift-only class
|
|
4
|
1212
|
October 28, 2019
|
Initialization error when forwarding the initializers required by protocol ExpressibleByArrayLiteral or ExpressibleByDictionaryLiteral
|
|
5
|
609
|
October 10, 2019
|
Supporting Extensions for Structural Types
|
|
50
|
2814
|
June 14, 2019
|
Different behavior using default values with `extension` and `struct`
|
|
8
|
463
|
April 25, 2019
|
Simpler syntax for exact-type extensions of generic types
|
|
25
|
2523
|
March 21, 2019
|
Why don't extensions outside a type's defining module prevent you from redeclaring methods and properties?
|
|
3
|
346
|
December 31, 2018
|
Supporting collection slice by slices of a given size parameter
|
|
25
|
2439
|
October 21, 2018
|
How to modify protocol properties with private setters in default implementation extensions?
|
|
2
|
5280
|
August 9, 2018
|
Array extension where Element is a class
|
|
7
|
2169
|
July 2, 2018
|
What is the "official" ruling on organizing code by splitting large files into Extensions?
|
|
5
|
1699
|
May 21, 2018
|