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 e550556 commit c7b5b5cCopy full SHA for c7b5b5c
Sources/BinaryParsing/Documentation.docc/Articles/OptionalOperations.md
@@ -44,7 +44,7 @@ guard let range = start ..<? (start +? count) else {
44
45
### Collection subscripting
46
47
-- ``Swift/Collection/subscript(ifInBounds:)-(Index)``
+- ``Swift/Collection/subscript(ifInBounds:)-(Self.Index)``
48
- ``Swift/Collection/subscript(ifInBounds:)-(FixedWidthInteger)``
49
-- ``Swift/Collection/subscript(ifInBounds:)-(Range<Index>)``
+- ``Swift/Collection/subscript(ifInBounds:)-(Range<Self.Index>)``
50
- ``Swift/Collection/subscript(ifInBounds:)-(Range<FixedWidthInteger>)``
0 commit comments