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 0ff0f3c commit 9cb793cCopy full SHA for 9cb793c
stdlib/public/core/ExistentialCollection.swift.gyb
@@ -286,24 +286,7 @@ internal class _AnyRandomAccessCollectionBox<Element>
286
internal func _index(before i: _AnyIndexBox) -> _AnyIndexBox { _abstract() }
287
internal func _formIndex(before i: _AnyIndexBox) { _abstract() }
288
internal var _last: Element? { _abstract() }
289
-
290
- internal override init(
291
- _startIndex: _AnyIndexBox,
292
- endIndex: _AnyIndexBox
293
- ) {
294
- super.init(_startIndex: _startIndex, endIndex: endIndex)
295
- }
296
-% end
297
298
-% if Kind == 'RandomAccessCollection':
299
300
301
302
303
304
305
% end
306
307
}
308
309
0 commit comments