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.
2 parents 5e7c7cd + 80c97da commit 89bb2b5Copy full SHA for 89bb2b5
stdlib/public/core/RangeReplaceableCollection.swift
@@ -369,7 +369,7 @@ public protocol RangeReplaceableCollection: Collection
369
370
// FIXME: Associated type inference requires these.
371
@_borrowed
372
- override subscript(bounds: Index) -> Element { get }
+ override subscript(position: Index) -> Element { get }
373
override subscript(bounds: Range<Index>) -> SubSequence { get }
374
}
375
0 commit comments