|
Existential parameter type cannot be implemented with opaque type
|
|
3
|
162
|
December 29, 2024
|
|
Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
163
|
September 16, 2024
|
|
Why can any value be cast to `AnyObject`?
|
|
5
|
407
|
June 26, 2024
|
|
Global Implementation of `some`
|
|
7
|
853
|
April 30, 2024
|
|
Why can't I change the properties of a returned generic value?
|
|
1
|
368
|
March 30, 2024
|
|
Getting the size of Any value
|
|
20
|
2538
|
February 28, 2024
|
|
Swift 5.7, existentials and their usage
|
|
7
|
1372
|
February 7, 2023
|
|
Function parameter: `any` or `some`?
|
|
2
|
1104
|
January 31, 2023
|
|
Why the new features in Swift 5.7 needs the latest OS version support?
|
|
46
|
5282
|
November 29, 2022
|
|
Implementing the delegate pattern through generics instead of existential?
|
|
1
|
899
|
July 30, 2022
|
|
Cast Any to Sendable
|
|
3
|
3047
|
July 19, 2022
|
|
Printing intermediate results within method chains
|
|
1
|
666
|
June 19, 2022
|
|
Compiler bug? Adding explicit `any` to a protocol compositon type breaks the callers
|
|
2
|
628
|
June 18, 2022
|
|
Finding existentials for `any`
|
|
3
|
1650
|
March 21, 2022
|
|
Rename `Any` to `Value` and `AnyObject` to `Object`?
|
|
2
|
898
|
March 15, 2022
|
|
Introduce existential `any` - avoiding inconsistency around `Any` and `AnyObject`
|
|
2
|
1303
|
December 24, 2021
|
|
Dynamic casting Any to a runtime optional type
|
|
12
|
1666
|
September 16, 2021
|
|
Using Mirror to access value of a property of an optional property of self
|
|
1
|
2396
|
March 10, 2021
|
|
Swift `Any? == nil` behavior as a dictionary value
|
|
1
|
2636
|
March 4, 2021
|
|
Conditional protocol conformance for Optional where Wrapped - issues with "Any"
|
|
3
|
2110
|
June 8, 2020
|
|
[Need advice] Would we need a new universal protocol if we add flexibly-sized types?
|
|
0
|
796
|
May 13, 2020
|
|
Any? incorrect semantics?
|
|
16
|
839
|
November 27, 2019
|