`extensionprivate` access control modifier
|
|
0
|
201
|
August 29, 2024
|
`Cannot find type 'Key' in scope` when extending optional Dictionaries
|
|
10
|
348
|
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
|
778
|
February 23, 2023
|
Calling a protocol with associatedType's method, doesn't always pick the same specialized generic implementation
|
|
3
|
1103
|
February 23, 2023
|
Why are extensions used so heavily?
|
|
29
|
3905
|
February 18, 2023
|
Swift 5.7 compiler bug? Known limitation? My mistake?
|
|
6
|
1084
|
September 12, 2022
|
Abort trap 6/nonzero exit code
|
|
1
|
1077
|
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
|
3041
|
June 20, 2022
|
Printing intermediate results within method chains
|
|
1
|
641
|
June 19, 2022
|
Adding conformance to ExpressibleByArrayLiteral and ExpressibleByStringLiteral
|
|
2
|
1080
|
September 7, 2021
|
Extension methods for non-nominal types
|
|
31
|
7559
|
January 24, 2021
|
Add XOR (Exclusive OR) operator support for Bool type
|
|
27
|
6692
|
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
|
2225
|
May 19, 2020
|
Is it possible to create `and` and `or` extension for `Bool` type?
|
|
139
|
5016
|
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
|
3081
|
December 5, 2018
|