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 6b1210e commit 304095fCopy full SHA for 304095f
benchmark/single-source/IterateData.swift
@@ -29,6 +29,6 @@ public func run_IterateData(_ N: Int) {
29
let data = generateData()
30
31
for _ in 0...10*N {
32
- _ = data.reduce(0, +)
+ _ = data.reduce(0, &+)
33
}
34
0 commit comments