You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be on page 22 of Functional Swift 2020-03-26.pdf
excerpt below:
Instead of the free functions operating on our original Region type, we could then define similar methods as extensions to this struct. And instead of assembling complex regions by passing them to functions, we could then repeatedly transform a region by calling these methods:
rangeRegion.shift(ownPosition).difference(friendlyRegion)
No description provided.
The text was updated successfully, but these errors were encountered: