gemedet

Results 1 issues of gemedet

This PR updates the protocol requirements for `ConstraintConstantTarget`, `ConstraintOffsetTarget`, and `ConstraintInsetTarget` to be public (just like `ConstraintMultiplierTarget`), allowing for conformance by custom types: ```swift enum Margin: Int, ConstraintOffsetTarget { case...