Cartography
Cartography copied to clipboard
Make the `makeEqual` function public?
Similar to #191, would it be possible/desirable to make the makeEqual function public? The specific use case I envision is for pinning a group of views with equal widths or heights.
Then you could just write
constrain(views) { (views) in
makeEqual(by: { $0.width }, elements: views)
}