How to conform to Hashable for class in Swift
Issue #606
Use ObjectIdentifier
A unique identifier for a class instance or metatype.
1 | final class Worker: Hashable { |
Issue #606
Use ObjectIdentifier
A unique identifier for a class instance or metatype.
1 | final class Worker: Hashable { |