Top "Associated-value" questions

How to make a Swift enum with associated values equatable

I have an enum of associated values which I would like to make equatable for testing purposes, but do not …

swift enums equatable associated-value