Existential parameter type cannot be implemented with opaque type
|
|
3
|
134
|
December 29, 2024
|
Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
113
|
September 16, 2024
|
Why can any value be cast to `AnyObject`?
|
|
5
|
283
|
June 26, 2024
|
Global Implementation of `some`
|
|
7
|
820
|
April 30, 2024
|
Why can't I change the properties of a returned generic value?
|
|
1
|
359
|
March 30, 2024
|
Getting the size of Any value
|
|
20
|
2374
|
February 28, 2024
|
Swift 5.7, existentials and their usage
|
|
7
|
1336
|
February 7, 2023
|
Function parameter: `any` or `some`?
|
|
2
|
1045
|
January 31, 2023
|
Why the new features in Swift 5.7 needs the latest OS version support?
|
|
46
|
5065
|
November 29, 2022
|
Implementing the delegate pattern through generics instead of existential?
|
|
1
|
872
|
July 30, 2022
|
Cast Any to Sendable
|
|
3
|
2592
|
July 19, 2022
|
Printing intermediate results within method chains
|
|
1
|
645
|
June 19, 2022
|
Compiler bug? Adding explicit `any` to a protocol compositon type breaks the callers
|
|
2
|
617
|
June 18, 2022
|
Finding existentials for `any`
|
|
3
|
1631
|
March 21, 2022
|
Rename `Any` to `Value` and `AnyObject` to `Object`?
|
|
2
|
889
|
March 15, 2022
|
Introduce existential `any` - avoiding inconsistency around `Any` and `AnyObject`
|
|
2
|
1284
|
December 24, 2021
|
Dynamic casting Any to a runtime optional type
|
|
12
|
1509
|
September 16, 2021
|
Using Mirror to access value of a property of an optional property of self
|
|
1
|
2263
|
March 10, 2021
|
Swift `Any? == nil` behavior as a dictionary value
|
|
1
|
2455
|
March 4, 2021
|
Conditional protocol conformance for Optional where Wrapped - issues with "Any"
|
|
3
|
2016
|
June 8, 2020
|
[Need advice] Would we need a new universal protocol if we add flexibly-sized types?
|
|
0
|
792
|
May 13, 2020
|
Any? incorrect semantics?
|
|
16
|
816
|
November 27, 2019
|