mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] location/formLocation => index/formIndex
This commit is contained in:
@@ -1511,7 +1511,7 @@ internal struct _InitializeMemoryFromCollection<
|
||||
var q = newValues.startIndex
|
||||
for _ in 0..<count {
|
||||
p.initialize(with: newValues[q])
|
||||
newValues.formLocation(after: &q)
|
||||
newValues.formIndex(after: &q)
|
||||
p += 1
|
||||
}
|
||||
_expectEnd(q, newValues)
|
||||
|
||||
Reference in New Issue
Block a user