`extensionprivate` access control modifier
|
|
0
|
197
|
August 29, 2024
|
`Cannot find type 'Key' in scope` when extending optional Dictionaries
|
|
10
|
333
|
June 24, 2024
|
Is it possible to assign typealias for 2D dimension array in Swift? Like `typealias MatrixT<T> = [[T]]`
|
|
8
|
1664
|
February 29, 2024
|
'Self is immutable' error when using Protocol function that is implemented in Protocol Extension
|
|
6
|
772
|
February 23, 2023
|
Calling a protocol with associatedType's method, doesn't always pick the same specialized generic implementation
|
|
3
|
1095
|
February 23, 2023
|
Why are extensions used so heavily?
|
|
29
|
3892
|
February 18, 2023
|
Swift 5.7 compiler bug? Known limitation? My mistake?
|
|
6
|
1081
|
September 12, 2022
|
Abort trap 6/nonzero exit code
|
|
1
|
1075
|
September 9, 2022
|
Unexpected difference in behaviour between a class extension and a protocol extension when inferring types for self / Self
|
|
0
|
507
|
August 10, 2022
|
Ambiguous use of "a same name var or func" of extension from different modules
|
|
1
|
3008
|
June 20, 2022
|
Printing intermediate results within method chains
|
|
1
|
639
|
June 19, 2022
|
Adding conformance to ExpressibleByArrayLiteral and ExpressibleByStringLiteral
|
|
2
|
1073
|
September 7, 2021
|
Extension methods for non-nominal types
|
|
31
|
7541
|
January 24, 2021
|
Add XOR (Exclusive OR) operator support for Bool type
|
|
27
|
6643
|
October 23, 2020
|
Generic type not equal in extension
|
|
0
|
1114
|
May 30, 2020
|
Nesting a type within an extension to a generic type requires indicating the "parent"'s generic type when used
|
|
6
|
2218
|
May 19, 2020
|
Is it possible to create `and` and `or` extension for `Bool` type?
|
|
139
|
5014
|
December 9, 2019
|
How to write a single extension for multiple types to override their Objective-C superclass' methods?
|
|
0
|
2050
|
November 16, 2019
|
"value type" constrained protocol extension
|
|
7
|
1939
|
March 21, 2019
|
Extension nested struct compile error
|
|
2
|
784
|
January 25, 2019
|
Swift struct extension & AssociatedObject
|
|
6
|
3074
|
December 5, 2018
|