Custom AnyXYZ with implicit casting (like AnyHashable)
|
|
8
|
105
|
September 16, 2024
|
Hash(into:) vs hashValue
|
|
1
|
490
|
April 2, 2024
|
Role of `Equatable` conformance when inserting element inside a `Set`
|
|
6
|
452
|
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
|
13317
|
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
|
1034
|
June 30, 2022
|
Substring violates Hashable's requirements - stdlib/compiler bug?
|
|
6
|
1245
|
June 11, 2022
|
On purity grades of value types [was: ValueType protocol]
|
|
31
|
4066
|
September 21, 2021
|
Set Uniqueness of instances with the same hashValue
|
|
6
|
2184
|
March 3, 2021
|
Meaning of 'must' in `Hashable` documentation
|
|
3
|
1370
|
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
|
3306
|
February 21, 2020
|
Hashing Weak Variables
|
|
19
|
3091
|
December 5, 2019
|
PrePitch: Memberwise protocol requirement synthesis for structs
|
|
2
|
1052
|
June 23, 2019
|
Concrete Type Conformance to 'Hashable' Protocol
|
|
4
|
9251
|
February 14, 2019
|
Uniquing collections efficiently
|
|
7
|
1726
|
February 2, 2019
|
How is synthesized Hashable implemented?
|
|
3
|
5454
|
September 10, 2018
|
Hashable struct in function
|
|
10
|
2198
|
August 31, 2018
|
Extend Hashable with "Nameable"
|
|
2
|
910
|
July 30, 2018
|