Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
108
|
September 16, 2024
|
Hash(into:) vs hashValue
|
|
1
|
497
|
April 2, 2024
|
Role of `Equatable` conformance when inserting element inside a `Set`
|
|
6
|
454
|
January 15, 2024
|
Warning about `hasher.combine(self)`
|
|
8
|
1010
|
May 3, 2023
|
Calling though `super` ==
|
|
1
|
551
|
November 18, 2022
|
Why does Hashable require Equatable?
|
|
57
|
13354
|
November 8, 2022
|
Possible Bug in Swift 5.6 stdlib: Custom Hashable implementation in protocol extension causes infinite loop when used by RawRepresentable types
|
|
5
|
1036
|
June 30, 2022
|
Substring violates Hashable's requirements - stdlib/compiler bug?
|
|
6
|
1249
|
June 11, 2022
|
On purity grades of value types [was: ValueType protocol]
|
|
31
|
4071
|
September 21, 2021
|
Set Uniqueness of instances with the same hashValue
|
|
6
|
2205
|
March 3, 2021
|
Meaning of 'must' in `Hashable` documentation
|
|
3
|
1371
|
October 28, 2020
|
Hashable.hash(into:) problem on iOS 9
|
|
4
|
824
|
August 14, 2020
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
795
|
April 20, 2020
|
Hashable not auto-implementing when a member has a protocol type whose conformers must be Hashable
|
|
12
|
3325
|
February 21, 2020
|
Hashing Weak Variables
|
|
19
|
3101
|
December 5, 2019
|
PrePitch: Memberwise protocol requirement synthesis for structs
|
|
2
|
1052
|
June 23, 2019
|
Concrete Type Conformance to 'Hashable' Protocol
|
|
4
|
9328
|
February 14, 2019
|
Uniquing collections efficiently
|
|
7
|
1734
|
February 2, 2019
|
How is synthesized Hashable implemented?
|
|
3
|
5463
|
September 10, 2018
|
Hashable struct in function
|
|
10
|
2207
|
August 31, 2018
|