Where is the line between using an existential vs generic?
|
|
12
|
624
|
March 13, 2025
|
Using inout with exitential type: is it a supported feature?
|
|
1
|
118
|
March 10, 2025
|
Relative Performance of Existential Any
|
|
24
|
629
|
February 12, 2025
|
Different returned type when using some vs any in function signature on a view
|
|
1
|
102
|
February 7, 2025
|
Avoiding existentials for a known set of types in Embedded Swift
|
|
5
|
183
|
January 14, 2025
|
Checking equality of key paths not working as I expected
|
|
2
|
63
|
December 13, 2024
|
Sequence is not a protocol?
|
|
1
|
152
|
October 31, 2024
|
Error when passing closure with any Shape to a function expecting some Shape
|
|
5
|
208
|
October 26, 2024
|
Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
119
|
September 16, 2024
|
Why wrapping optional existential in parenthesis?
|
|
7
|
406
|
August 18, 2024
|
Understanding the "cast from 'any P' to unrelated type 'S' always fails" warning
|
|
5
|
1118
|
August 13, 2024
|
Swift 6 failing to implicitly open existentials?
|
|
2
|
177
|
July 16, 2024
|
Is `_openExistential` still a legit strategy for opening `Any.Type` for Swift 5.X?
|
|
2
|
940
|
June 25, 2024
|
Should using ImplicitOpenExistentials with Swift 5.10 work?
|
|
6
|
452
|
May 8, 2024
|
When is `any` mandatory when creating a variable conforming to a protocol
|
|
5
|
1247
|
April 16, 2024
|
Why Is Covariant Self more flexible on protocols than classes?
|
|
39
|
1145
|
April 15, 2024
|
Enforce any existential to have a value conforming to a certain protocol
|
|
0
|
313
|
February 3, 2024
|
Advice Needed for Making Use of Generics/Opaques/Existentials
|
|
2
|
400
|
January 29, 2024
|
AnyCodable Efficacy
|
|
10
|
6222
|
December 22, 2023
|
Protocol Types Cannot Conform to Protocols
|
|
3
|
670
|
November 30, 2023
|
Implicitly opening existential with a generic struct initializer
|
|
2
|
750
|
November 1, 2023
|
[SE-0353] constrained existential types behavior
|
|
4
|
735
|
August 23, 2023
|
ObservedObject with existential types
|
|
2
|
793
|
July 24, 2023
|
A duck story
|
|
17
|
894
|
July 18, 2023
|
Enforcing Protocol Conformance for Existential Types at Compiletime or Runtime
|
|
0
|
521
|
July 18, 2023
|
Understanding the error "Type 'any Thing' cannot conform to 'Thing'"
|
|
7
|
11982
|
June 2, 2023
|
Swift runtime issue when existentials are back-deployed to iOS 15
|
|
1
|
711
|
May 25, 2023
|
Dynamically conforming a type to a protocol at runtime?
|
|
3
|
1525
|
May 22, 2023
|
Unwanted AnyView
|
|
5
|
940
|
May 19, 2023
|
Why is (any Any).Type different to any Any.Type?
|
|
12
|
2313
|
March 27, 2023
|