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 79a51ac commit a413dbdCopy full SHA for a413dbd
README.md
@@ -6,6 +6,11 @@ Swift Delta is a package for a type `Delta<Element>` with three cases:
6
- `target(Element)`
7
- `transition(source: Element, target: Element)`
8
9
+***
10
+
11
+- [Documentation](https://swiftpackageindex.com/Formkunft/swift-delta/documentation/deltamodule)
12
+- [Swift Package Index](https://swiftpackageindex.com/Formkunft/swift-delt)
13
14
## Description
15
16
This `Delta` type represents an inclusive OR relation: Either a source element is available, or a target element is available, or both are available.
0 commit comments