Modifications with keyPaths in protocol extension
|
|
0
|
157
|
June 1, 2023
|
Any critiques about these extensions on `Duration`?
|
|
7
|
294
|
May 30, 2023
|
Mysterious failure of extensions declared on typealiases of protocols. Any good workaround?
|
|
6
|
582
|
November 8, 2022
|
[Mistake] Member not found when accessing a value through two conditional subscripts
|
|
5
|
301
|
October 26, 2022
|
Typealiases inside protocols
|
|
2
|
370
|
October 3, 2022
|
Actor isolation & delegates in extensions
|
|
8
|
859
|
September 29, 2022
|
Why doesn't eg `extension Array<Int> { ... }` compile even though using a typealias does?
|
|
4
|
958
|
May 23, 2022
|
Allow `override` of `open` methods in & from extensions in same file as main class
|
|
6
|
9596
|
April 12, 2022
|
Crash when protocol conformance is defined in other modules
|
|
2
|
470
|
January 20, 2022
|
Extending type that also conforms to another protocol
|
|
7
|
462
|
August 2, 2021
|
A curiosity between cases and extension members
|
|
0
|
331
|
June 8, 2021
|
Confused by the behaviour of members in private extensions
|
|
11
|
1509
|
April 11, 2021
|
Protocols with default implementations cause ambiguity
|
|
3
|
551
|
March 30, 2021
|
Objective-C available property not available via protocol extension
|
|
1
|
708
|
March 23, 2021
|
How specify module for nested declaration?
|
|
1
|
422
|
February 28, 2021
|
Variables in externsion
|
|
7
|
442
|
January 26, 2021
|
Protocol extensions and inheritance
|
|
8
|
10936
|
December 5, 2020
|
Add XOR (Exclusive OR) operator support for Bool type
|
|
27
|
3939
|
October 23, 2020
|
Protocol Concrete Properties
|
|
8
|
1384
|
September 28, 2020
|
Organizing stored properties in extensions
|
|
2
|
1362
|
August 5, 2020
|
Overrides in extension (same module)
|
|
2
|
672
|
July 18, 2020
|
Nesting a type within an extension to a generic type requires indicating the "parent"'s generic type when used
|
|
6
|
1553
|
May 19, 2020
|
@available on structure extensions
|
|
4
|
880
|
May 8, 2020
|
Extending a class-bound type to conform to a protocol extended with `mutating` functions
|
|
14
|
1821
|
February 14, 2020
|
Intellisense Not Showing Public Methods Implemented in an Extension of an Internal Protocol
|
|
2
|
848
|
January 31, 2020
|
Regarding Extentions in Pod FrameWork and AppFrameWork
|
|
1
|
640
|
January 5, 2020
|
How to write a single extension for multiple types to override their Objective-C superclass' methods?
|
|
0
|
1746
|
November 16, 2019
|
Compiler should disallow @objc extension on Swift-only class
|
|
4
|
3571
|
October 28, 2019
|
Initialization error when forwarding the initializers required by protocol ExpressibleByArrayLiteral or ExpressibleByDictionaryLiteral
|
|
5
|
1451
|
October 10, 2019
|
Supporting Extensions for Structural Types
|
|
50
|
3981
|
June 14, 2019
|