|
Context-Aware Scoped Extensions
|
|
0
|
207
|
June 13, 2025
|
|
Retroactively conforming to `BitwiseCopyable`
|
|
17
|
397
|
December 27, 2024
|
|
Extension methods for non-nominal types
|
|
38
|
8505
|
December 22, 2024
|
|
`extensionprivate` access control modifier
|
|
0
|
225
|
August 29, 2024
|
|
`Cannot find type 'Key' in scope` when extending optional Dictionaries
|
|
10
|
633
|
June 24, 2024
|
|
Is it possible to assign typealias for 2D dimension array in Swift? Like `typealias MatrixT<T> = [[T]]`
|
|
8
|
1694
|
February 29, 2024
|
|
'Self is immutable' error when using Protocol function that is implemented in Protocol Extension
|
|
6
|
922
|
February 23, 2023
|
|
Calling a protocol with associatedType's method, doesn't always pick the same specialized generic implementation
|
|
3
|
1231
|
February 23, 2023
|
|
Why are extensions used so heavily?
|
|
29
|
4116
|
February 18, 2023
|
|
Swift 5.7 compiler bug? Known limitation? My mistake?
|
|
6
|
1114
|
September 12, 2022
|
|
Abort trap 6/nonzero exit code
|
|
1
|
1118
|
September 9, 2022
|
|
Unexpected difference in behaviour between a class extension and a protocol extension when inferring types for self / Self
|
|
0
|
519
|
August 10, 2022
|
|
Ambiguous use of "a same name var or func" of extension from different modules
|
|
1
|
3448
|
June 20, 2022
|
|
Printing intermediate results within method chains
|
|
1
|
666
|
June 19, 2022
|
|
Adding conformance to ExpressibleByArrayLiteral and ExpressibleByStringLiteral
|
|
2
|
1152
|
September 7, 2021
|
|
Add XOR (Exclusive OR) operator support for Bool type
|
|
27
|
7388
|
October 23, 2020
|
|
Generic type not equal in extension
|
|
0
|
1124
|
May 30, 2020
|
|
Nesting a type within an extension to a generic type requires indicating the "parent"'s generic type when used
|
|
6
|
2314
|
May 19, 2020
|
|
Is it possible to create `and` and `or` extension for `Bool` type?
|
|
139
|
5346
|
December 9, 2019
|
|
How to write a single extension for multiple types to override their Objective-C superclass' methods?
|
|
0
|
2065
|
November 16, 2019
|
|
"value type" constrained protocol extension
|
|
7
|
1996
|
March 21, 2019
|
|
Extension nested struct compile error
|
|
2
|
798
|
January 25, 2019
|
|
Swift struct extension & AssociatedObject
|
|
6
|
3170
|
December 5, 2018
|