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 0646c61 commit 5d745feCopy full SHA for 5d745fe
stdlib/private/StdlibCollectionUnittest/MinimalCollections.swift
@@ -1763,7 +1763,7 @@ public struct MinimalBidirectionalRandomAccessCollection<T> : BidirectionalColle
1763
}
1764
1765
1766
- public subscript(bounds: Range<MinimalIndex>) -> Slice<MinimalBidirectionalCollection<T>> {
+ public subscript(bounds: Range<MinimalIndex>) -> Slice<MinimalBidirectionalRandomAccessCollection<T>> {
1767
get {
1768
_failEarlyRangeCheck(bounds, bounds: startIndex..<endIndex)
1769
return Slice(base: self, bounds: bounds)
0 commit comments