|
Overload resolution for `init` ambiguous but same signature `func` is not. Bug? Intended?
|
|
37
|
2321
|
March 13, 2023
|
|
Implicit existential opening doesn't seem to capture the type
|
|
9
|
687
|
March 13, 2023
|
|
When and why can't you qualify a generic type's placeholders with the type namespace?
|
|
3
|
2656
|
March 12, 2023
|
|
Why can't I cast `Woo<Any>` to `Woo<Int>` concrete type? But `Array<Any>` to `Array<Int>` is OK?
|
|
33
|
4364
|
March 9, 2023
|
|
Value type extensions with generic type constraint being ignored
|
|
7
|
1003
|
March 8, 2023
|
|
Is it possible to express this in swift without the use of Primary Associated Types?
|
|
3
|
710
|
March 5, 2023
|
|
Why the screen of Canvas does not change color when I use UIColor in SwiftUi or UIKit
|
|
0
|
509
|
March 1, 2023
|
|
Get `UnsafeRawBufferPointer(s)` protocols
|
|
9
|
1112
|
February 25, 2023
|
|
Building Generic with varying types
|
|
2
|
421
|
February 25, 2023
|
|
Calling a protocol with associatedType's method, doesn't always pick the same specialized generic implementation
|
|
3
|
1275
|
February 23, 2023
|
|
Declaring conformance of existential types to protocols
|
|
0
|
654
|
February 21, 2023
|
|
Nested generic trouble
|
|
46
|
3142
|
February 20, 2023
|
|
Conditional conformance of type to protocol does not imply conformance to inherited protocol
|
|
4
|
954
|
February 11, 2023
|
|
Swift 5.7, existentials and their usage
|
|
7
|
1431
|
February 7, 2023
|
|
Specialize protocol witness for SIMDStorage
|
|
11
|
993
|
February 6, 2023
|
|
How to check if a value of a generic type is nil?
|
|
16
|
7453
|
February 4, 2023
|
|
AnyObject used in a Generic fails to identify the conformances to AnyObject. Only Generics fail
|
|
4
|
595
|
February 3, 2023
|
|
Same-type requirement makes generic parameters 'T' and 'Pointee' equivalent; this is an error in Swift 6 warning
|
|
2
|
4651
|
February 2, 2023
|
|
Constrained generic `T` behaves like `Self` - so what is currently `self` in my generic initializer here?
|
|
4
|
1033
|
January 29, 2023
|
|
Reverse generics and opaque result types
|
|
8
|
7829
|
January 24, 2023
|
|
AnyCollection with different generic types
|
|
2
|
1045
|
January 15, 2023
|
|
Any + Protocol + associated type
|
|
2
|
1521
|
January 14, 2023
|
|
Allow Error protocol to work with @ rethrows
|
|
7
|
1558
|
January 13, 2023
|
|
Implementing protocol requirements with generic parameters
|
|
0
|
337
|
January 5, 2023
|
|
Can NSHostingController provide itself as environment variable to root view - (Battling Generics)
|
|
5
|
1619
|
January 3, 2023
|
|
Type casting to opaque concrete type?
|
|
4
|
777
|
January 2, 2023
|
|
Type 'any Identifiable<UUID>' cannot conform to 'Identifiable'
|
|
2
|
3450
|
December 28, 2022
|
|
Need help in using generics with protocol
|
|
9
|
1373
|
December 26, 2022
|
|
Does XCTest supports Generics?
|
|
3
|
1022
|
December 26, 2022
|
|
Is it possible to extend non-generic protocol with generics property?
|
|
0
|
547
|
December 23, 2022
|