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 2696df4 commit 80c97daCopy full SHA for 80c97da
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