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 53b565b commit 526681aCopy full SHA for 526681a
stdlib/public/core/RangeReplaceableCollection.swift
@@ -366,11 +366,6 @@ where SubSequence: RangeReplaceableCollection
366
//===----------------------------------------------------------------------===//
367
368
extension RangeReplaceableCollection {
369
- @_inlineable
370
- public subscript(bounds: Range<Index>) -> Slice<Self> {
371
- return Slice(base: self, bounds: bounds)
372
- }
373
-
374
/// Creates a new collection containing the specified number of a single,
375
/// repeated value.
376
///
0 commit comments