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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -8,5 +8,6 @@ A Swift package for a type `Delta<Element>` with three cases:
Such a delta value is useful to represent an inclusive OR relation for the presence of a source and a target element.
Either element (delta side) may be absent, but never both.
In other languages, this type is also known as `These`.
The type also offers useful properties for accessing either side’s element as optionals, initializing a `Delta` from optionals, and mapping methods returning transformed delta values.