Differentiable
public protocol Differentiable : ContentEquatable
Represents the value that identified for differentiate.
-
A type representing the identifier.
Declaration
Swift
associatedtype DifferenceIdentifier : Hashable -
differenceIdentifierDefault implementationAn identifier value for difference calculation.
Default Implementation
The
selfvalue as an identifier for difference calculation.Declaration
Swift
var differenceIdentifier: DifferenceIdentifier { get }
View on GitHub
Differentiable Protocol Reference