Is there a way to convert between an existential type and the existential metatype of the same protocol, statically?
|
|
3
|
136
|
September 1, 2025
|
How to correctly open existential of an `any` type so its @ViewBuilder function can be run in `body` of a View?
|
|
15
|
462
|
July 10, 2025
|
Where is the line between using an existential vs generic?
|
|
12
|
730
|
March 13, 2025
|
Using inout with exitential type: is it a supported feature?
|
|
1
|
130
|
March 10, 2025
|
Relative Performance of Existential Any
|
|
24
|
834
|
February 12, 2025
|
Different returned type when using some vs any in function signature on a view
|
|
1
|
139
|
February 7, 2025
|
Avoiding existentials for a known set of types in Embedded Swift
|
|
5
|
207
|
January 14, 2025
|
Checking equality of key paths not working as I expected
|
|
2
|
86
|
December 13, 2024
|
Sequence is not a protocol?
|
|
1
|
167
|
October 31, 2024
|
Error when passing closure with any Shape to a function expecting some Shape
|
|
5
|
216
|
October 26, 2024
|
Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
143
|
September 16, 2024
|
Why wrapping optional existential in parenthesis?
|
|
7
|
421
|
August 18, 2024
|
Understanding the "cast from 'any P' to unrelated type 'S' always fails" warning
|
|
5
|
1304
|
August 13, 2024
|
Swift 6 failing to implicitly open existentials?
|
|
2
|
206
|
July 16, 2024
|
Is `_openExistential` still a legit strategy for opening `Any.Type` for Swift 5.X?
|
|
2
|
1084
|
June 25, 2024
|
Should using ImplicitOpenExistentials with Swift 5.10 work?
|
|
6
|
473
|
May 8, 2024
|
When is `any` mandatory when creating a variable conforming to a protocol
|
|
5
|
1574
|
April 16, 2024
|
Why Is Covariant Self more flexible on protocols than classes?
|
|
39
|
1192
|
April 15, 2024
|
Enforce any existential to have a value conforming to a certain protocol
|
|
0
|
315
|
February 3, 2024
|
Advice Needed for Making Use of Generics/Opaques/Existentials
|
|
2
|
403
|
January 29, 2024
|
AnyCodable Efficacy
|
|
10
|
6657
|
December 22, 2023
|
Protocol Types Cannot Conform to Protocols
|
|
3
|
672
|
November 30, 2023
|
Implicitly opening existential with a generic struct initializer
|
|
2
|
828
|
November 1, 2023
|
[SE-0353] constrained existential types behavior
|
|
4
|
737
|
August 23, 2023
|
ObservedObject with existential types
|
|
2
|
817
|
July 24, 2023
|
A duck story
|
|
17
|
922
|
July 18, 2023
|
Enforcing Protocol Conformance for Existential Types at Compiletime or Runtime
|
|
0
|
529
|
July 18, 2023
|
Understanding the error "Type 'any Thing' cannot conform to 'Thing'"
|
|
7
|
12520
|
June 2, 2023
|
Swift runtime issue when existentials are back-deployed to iOS 15
|
|
1
|
719
|
May 25, 2023
|
Dynamically conforming a type to a protocol at runtime?
|
|
3
|
1633
|
May 22, 2023
|