We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de4582 commit a9cc058Copy full SHA for a9cc058
README.md
@@ -10,7 +10,6 @@ A Swift package for a type `Delta<Element>` with three cases:
10
11
This `Delta` type represents an inclusive OR relation: Either a source element is available, or a target element is available, or both are available.
12
`Delta` behaves similar to `Optional`, but instead of representing 0 or 1 elements, it represents 1 or 2 elements.
13
-An alternative name for this type in some other languages is `These`.
14
15
## Implementation
16
0 commit comments