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 9f1dd73Copy full SHA for 9f1dd73
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-collection-parser/documentation/collectionparser)
12
+- [Swift Package Index](https://swiftpackageindex.com/Formkunft/swift-collection-parser)
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