Use specialized existential in class conforming to a protocol with associated types
|
|
7
|
224
|
January 11, 2023
|
Unexpected inferred associated type of existential
|
|
15
|
235
|
December 31, 2022
|
Inferred result type requires explicit coercion
|
|
3
|
456
|
December 29, 2022
|
Is this a compiler bug?
|
|
4
|
533
|
December 6, 2022
|
Why 'any' needed when associated type known
|
|
3
|
460
|
November 17, 2022
|
A compilation error with associated type
|
|
1
|
366
|
November 14, 2022
|
Infer associated type on protocol conformance
|
|
3
|
262
|
November 1, 2022
|
Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
251
|
October 27, 2022
|
Catch an error based on its protocol's associated type?
|
|
5
|
261
|
October 22, 2022
|
How to use constrained protocol syntax in the inheritance clause of a concrete type?
|
|
3
|
473
|
September 25, 2022
|
Swift 5.7 compiler bug? Known limitation? My mistake?
|
|
6
|
604
|
September 12, 2022
|
More problems with Swift's type system
|
|
5
|
344
|
September 11, 2022
|
Abort trap 6/nonzero exit code
|
|
1
|
443
|
September 9, 2022
|
Compiler Crash on nested associatedtype (swiftlang-5.7.0.123.8 - XCode 14-Beta6)
|
|
1
|
271
|
September 1, 2022
|
Understanding how to work with View as a type
|
|
4
|
578
|
August 26, 2022
|
Existential associated types
|
|
22
|
1033
|
August 11, 2022
|
[SomeProtocol] with associated type works as [Any] - Why?
|
|
5
|
674
|
July 22, 2022
|
`associatedtype` and `typealias-assignment`
|
|
2
|
541
|
June 17, 2022
|
How to type-erase a Swift PAT that exposes an `init`?
|
|
3
|
399
|
March 25, 2022
|
Is this additional type requirement needed?
|
|
3
|
431
|
March 2, 2022
|
Protocol's `associatedtype` vs. Generics
|
|
0
|
470
|
February 3, 2022
|
Is there any way to return a *type* (not an *instance*) as an opaque type?
|
|
0
|
341
|
December 27, 2021
|
Class that conforms to protocol with generic function returning associatedtype does not compile
|
|
4
|
723
|
September 30, 2021
|
Allow use of concrete associated type of protocols
|
|
0
|
808
|
August 17, 2021
|
Extending type that also conforms to another protocol
|
|
7
|
442
|
August 2, 2021
|
Type-Erasing in Swift | AnyView behind the scenes
|
|
11
|
4481
|
July 19, 2021
|
Unlock Existential Types for All Protocols
|
|
99
|
9379
|
May 10, 2021
|
Can we upcast a PAT?
|
|
4
|
957
|
April 14, 2021
|
Comparing KeyPaths (generics, protocols with associated type)
|
|
0
|
433
|
March 15, 2021
|
Allow protocols with sufficient same-type constraints to be used as a regular type
|
|
1
|
540
|
March 8, 2021
|