KeyPathConstraint
public struct KeyPathConstraint<T, V> : Constraint
Undocumented
-
Declaration
Swift
public typealias InputType = T
-
Undocumented
Declaration
Swift
public init<C>(_ constraint: C, for keyPath: KeyPath<T, V>) where V == C.InputType, C : Constraint