Why doesn't eg `extension Array<Int> { ... }` compile even though using a typealias does?
|
|
4
|
464
|
May 23, 2022
|
Decoding JSON from a bundle
|
|
6
|
516
|
May 21, 2022
|
Allow `override` of `open` methods in & from extensions in same file as main class
|
|
6
|
6362
|
April 12, 2022
|
Crash when protocol conformance is defined in other modules
|
|
2
|
197
|
January 20, 2022
|
Extending type that also conforms to another protocol
|
|
7
|
351
|
August 2, 2021
|
A curiosity between cases and extension members
|
|
0
|
171
|
June 8, 2021
|
Confused by the behaviour of members in private extensions
|
|
11
|
812
|
April 11, 2021
|
Protocols with default implementations cause ambiguity
|
|
3
|
321
|
March 30, 2021
|
Objective-C available property not available via protocol extension
|
|
1
|
368
|
March 23, 2021
|
How specify module for nested declaration?
|
|
1
|
270
|
February 28, 2021
|
Variables in externsion
|
|
7
|
352
|
January 26, 2021
|
Protocol extensions and inheritance
|
|
9
|
5122
|
December 5, 2020
|
Add XOR (Exclusive OR) operator support for Bool type
|
|
27
|
2730
|
October 23, 2020
|
Protocol Concrete Properties
|
|
8
|
978
|
September 28, 2020
|
Organizing stored properties in extensions
|
|
2
|
938
|
August 5, 2020
|
Overrides in extension (same module)
|
|
2
|
534
|
July 18, 2020
|
Nesting a type within an extension to a generic type requires indicating the "parent"'s generic type when used
|
|
6
|
1052
|
May 19, 2020
|
@available on structure extensions
|
|
4
|
529
|
May 8, 2020
|
Extending a class-bound type to conform to a protocol extended with `mutating` functions
|
|
14
|
1381
|
February 14, 2020
|
Intellisense Not Showing Public Methods Implemented in an Extension of an Internal Protocol
|
|
2
|
581
|
January 31, 2020
|
Regarding Extentions in Pod FrameWork and AppFrameWork
|
|
1
|
480
|
January 5, 2020
|
How to write a single extension for multiple types to override their Objective-C superclass' methods?
|
|
0
|
1171
|
November 16, 2019
|
Compiler should disallow @objc extension on Swift-only class
|
|
4
|
2754
|
October 28, 2019
|
Initialization error when forwarding the initializers required by protocol ExpressibleByArrayLiteral or ExpressibleByDictionaryLiteral
|
|
5
|
1024
|
October 10, 2019
|
Supporting Extensions for Structural Types
|
|
50
|
3506
|
June 14, 2019
|
Different behavior using default values with `extension` and `struct`
|
|
8
|
634
|
April 25, 2019
|
Simpler syntax for exact-type extensions of generic types
|
|
25
|
3454
|
March 21, 2019
|
Why don't extensions outside a type's defining module prevent you from redeclaring methods and properties?
|
|
3
|
730
|
December 31, 2018
|
Supporting collection slice by slices of a given size parameter
|
|
25
|
3099
|
October 21, 2018
|
How to modify protocol properties with private setters in default implementation extensions?
|
|
2
|
9127
|
August 9, 2018
|