EquatableWitness
public protocol EquatableWitness<Element>
A type serving as a witness to another type’s conformance to Equatable.
-
The element for which
Selfserves as a witness.Declaration
Swift
associatedtype Element -
Returns whether
leftis equal toright.
View on GitHub