mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
appendContentsOf => appendContents(of:)
This commit is contained in:
@@ -52,7 +52,7 @@ public func run_PopFrontArrayGeneric(N: Int) {
|
||||
for _ in 1...20*N {
|
||||
for _ in 1...reps {
|
||||
var result = 0
|
||||
a.appendContentsOf(orig)
|
||||
a.appendContents(of: orig)
|
||||
while a.count != 0 {
|
||||
result += a[0]
|
||||
_arrayReplace(&a._buffer, 0..<1, EmptyCollection())
|
||||
|
||||
Reference in New Issue
Block a user