|
[Pitch] Automatic `Hashable` Conformance for Tuples (Revival of SE-0283)
|
|
12
|
725
|
November 12, 2025
|
|
Why does casting AnyHashable to NSObject always succeed?
|
|
3
|
206
|
October 5, 2025
|
|
How to implement the same Hashability for different values?
|
|
3
|
159
|
March 31, 2025
|
|
Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
173
|
September 16, 2024
|
|
Hash(into:) vs hashValue
|
|
1
|
601
|
April 2, 2024
|
|
Role of `Equatable` conformance when inserting element inside a `Set`
|
|
6
|
503
|
January 15, 2024
|
|
Warning about `hasher.combine(self)`
|
|
8
|
1062
|
May 3, 2023
|
|
Calling though `super` ==
|
|
1
|
563
|
November 18, 2022
|
|
Why does Hashable require Equatable?
|
|
57
|
13993
|
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
|
1082
|
June 30, 2022
|
|
Substring violates Hashable's requirements - stdlib/compiler bug?
|
|
6
|
1339
|
June 11, 2022
|
|
On purity grades of value types [was: ValueType protocol]
|
|
31
|
4243
|
September 21, 2021
|
|
Set Uniqueness of instances with the same hashValue
|
|
6
|
2466
|
March 3, 2021
|
|
Meaning of 'must' in `Hashable` documentation
|
|
3
|
1436
|
October 28, 2020
|
|
Hashable.hash(into:) problem on iOS 9
|
|
4
|
855
|
August 14, 2020
|
|
Do I have to re-define equality/hashing for NSObject sub-classes?
|
|
0
|
811
|
April 20, 2020
|
|
Hashable not auto-implementing when a member has a protocol type whose conformers must be Hashable
|
|
12
|
3641
|
February 21, 2020
|
|
Hashing Weak Variables
|
|
19
|
3369
|
December 5, 2019
|
|
PrePitch: Memberwise protocol requirement synthesis for structs
|
|
2
|
1070
|
June 23, 2019
|
|
Concrete Type Conformance to 'Hashable' Protocol
|
|
4
|
10246
|
February 14, 2019
|
|
Uniquing collections efficiently
|
|
7
|
1782
|
February 2, 2019
|
|
How is synthesized Hashable implemented?
|
|
3
|
5552
|
September 10, 2018
|
|
Hashable struct in function
|
|
10
|
2334
|
August 31, 2018
|