XcodeEquatableGenerator icon indicating copy to clipboard operation
XcodeEquatableGenerator copied to clipboard

Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.

Results 1 XcodeEquatableGenerator issues
Sort by recently updated
recently updated
newest added

Instead of `Equatable`, how about `Hashable` based on its content? It would support being used in a Set and would use the same fields as the current implementation of `Equatable`...