Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
105
|
September 16, 2024
|
Why can any value be cast to `AnyObject`?
|
|
5
|
256
|
June 26, 2024
|
Global Implementation of `some`
|
|
7
|
810
|
April 30, 2024
|
Why can't I change the properties of a returned generic value?
|
|
1
|
356
|
March 30, 2024
|
Getting the size of Any value
|
|
20
|
2293
|
February 28, 2024
|
Swift 5.7, existentials and their usage
|
|
7
|
1325
|
February 7, 2023
|
Function parameter: `any` or `some`?
|
|
2
|
1001
|
January 31, 2023
|
Why the new features in Swift 5.7 needs the latest OS version support?
|
|
46
|
5011
|
November 29, 2022
|
Implementing the delegate pattern through generics instead of existential?
|
|
1
|
862
|
July 30, 2022
|
Cast Any to Sendable
|
|
3
|
2359
|
July 19, 2022
|
Printing intermediate results within method chains
|
|
1
|
639
|
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
|
1628
|
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
|
1281
|
December 24, 2021
|
Dynamic casting Any to a runtime optional type
|
|
12
|
1448
|
September 16, 2021
|
Using Mirror to access value of a property of an optional property of self
|
|
1
|
2185
|
March 10, 2021
|
Swift `Any? == nil` behavior as a dictionary value
|
|
1
|
2374
|
March 4, 2021
|
Conditional protocol conformance for Optional where Wrapped - issues with "Any"
|
|
3
|
1974
|
June 8, 2020
|
[Need advice] Would we need a new universal protocol if we add flexibly-sized types?
|
|
0
|
791
|
May 13, 2020
|
Any? incorrect semantics?
|
|
16
|
815
|
November 27, 2019
|