Existential associated types
|
|
22
|
2075
|
August 11, 2022
|
[SomeProtocol] with associated type works as [Any] - Why?
|
|
5
|
3034
|
July 22, 2022
|
`associatedtype` and `typealias-assignment`
|
|
2
|
1380
|
June 17, 2022
|
How to type-erase a Swift PAT that exposes an `init`?
|
|
3
|
787
|
March 25, 2022
|
Is this additional type requirement needed?
|
|
3
|
922
|
March 2, 2022
|
Protocol's `associatedtype` vs. Generics
|
|
0
|
1314
|
February 3, 2022
|
Class that conforms to protocol with generic function returning associatedtype does not compile
|
|
4
|
2680
|
September 30, 2021
|
Allow use of concrete associated type of protocols
|
|
0
|
1272
|
August 17, 2021
|
Extending type that also conforms to another protocol
|
|
7
|
754
|
August 2, 2021
|
Type-Erasing in Swift | AnyView behind the scenes
|
|
11
|
7379
|
July 19, 2021
|
Unlock Existential Types for All Protocols
|
|
99
|
11659
|
May 10, 2021
|
Can we upcast a PAT?
|
|
4
|
1254
|
April 14, 2021
|
Comparing KeyPaths (generics, protocols with associated type)
|
|
0
|
708
|
March 15, 2021
|
Allow protocols with sufficient same-type constraints to be used as a regular type
|
|
1
|
1065
|
March 8, 2021
|
How do I check if a type / instance conforms to a protocol that "has Self or associated type requirements"?
|
|
2
|
6705
|
December 28, 2020
|
Generic associated type
|
|
4
|
4746
|
December 11, 2020
|
Why can't protocol which inherits from PAT but constrains its associated types be used as existential?
|
|
11
|
2319
|
November 16, 2020
|
Compile Time increase through PATs
|
|
0
|
548
|
October 25, 2020
|
Opaque result types with PATs
|
|
2
|
1179
|
October 17, 2020
|
Type Erasure on Built-in And Array Types
|
|
3
|
1600
|
October 4, 2020
|
How to Store and Call Any Object Conforming to a Protocol with an Associated Type
|
|
3
|
938
|
August 23, 2020
|
Generic function specialization for recursive protocols trying to chose wrong function
|
|
5
|
1491
|
July 19, 2020
|
How to fully define relationships between associated Types in Swift?
|
|
2
|
908
|
May 16, 2020
|
Protocol inheritance with default implementation causing ambiguous candidates
|
|
0
|
480
|
May 8, 2020
|
Using associatedtype from generics in function not recognized
|
|
3
|
945
|
April 28, 2020
|
Error: instance method 'METHOD' requires that 'CLASS' conform to 'PROTOCOL'
|
|
1
|
3944
|
March 7, 2020
|
Type erasure with failable initializer?
|
|
0
|
634
|
February 26, 2020
|
How to use associatedType protocol in vars or arrays throught `some` in Swift 5.1?
|
|
3
|
3210
|
February 23, 2020
|
Protocol Associated Type Constraints (where clause and <>)
|
|
1
|
2845
|
February 6, 2020
|
Type-erasure on PAT with Self constraint
|
|
4
|
953
|
January 29, 2020
|