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 28f5133 commit c447abbCopy full SHA for c447abb
src/main/cljs/cljs/core.cljs
@@ -12313,9 +12313,9 @@ reduces them without incurring seq initialization"
12313
12314
IReduce
12315
(-reduce [v f]
12316
- (ci-reduce array f))
+ (array-reduce array f))
12317
(-reduce [v f start]
12318
- (ci-reduce array f start))
+ (array-reduce array f start))
12319
12320
IFn
12321
(-invoke [coll k]
0 commit comments