4.2.4
Bug Fixes
- Allow construction of an
AnchorPair
outside of Anchorage. (#59, @ZevEisenberg)-
Note: this change is non-breaking, but to realize its benefits, you may need to delete code like this if you had added it to your project:
extension AnchorPair { init(first: T, second: U) { self.first = first self.second = second } }
-