mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib][swift-3-indexing-model] fixing Index tests
This commit is contained in:
@@ -48,6 +48,7 @@ extension RandomAccessCollection where SubSequence == RandomAccessSlice<Self> {
|
||||
extension RandomAccessCollection {
|
||||
|
||||
// TODO: swift-3-indexing-model - implement optimized version of the following
|
||||
// (also un-xfail corresponding test in validation-test/stdlib/Index.swift.gyb)
|
||||
// advance(i: Index, by n: IndexDistance) -> Index
|
||||
// advance(i: Index, by n: IndexDistance, limit: Index) -> Index
|
||||
// distance(from start: Index, to end: Index) -> IndexDistance
|
||||
|
||||
Reference in New Issue
Block a user