On project we are using classes for model's layer and because of that I have to write code like this: // MARK: - Hashable extension Player: Hashable { stat
I have an enum of associated values which I would like to make equatable for testing purposes, but do not know how this pattern would work with an enum case wit