ConstraintHashableWitness
struct ConstraintHashableWitness : HashableWitness, Sendable
A type serving as a witness for Constraints conformance to Hashable.
-
Declaration
Swift
typealias Element = Constraint -
Declaration
Swift
static func hash(_ constraint: Constraint, into hasher: inout Hasher) -
Declaration
Swift
static func isEqual(_ left: Constraint, to right: Constraint) -> Bool
View on GitHub