We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fb270 commit ae604a4Copy full SHA for ae604a4
1 file changed
src/main/cljs/cljs/core.cljs
@@ -12491,9 +12491,7 @@ reduces them without incurring seq initialization"
12491
(-conj [coll entry]
12492
(if (vector? entry)
12493
(-assoc coll (-nth entry 0) (-nth entry 1))
12494
- (reduce -conj
12495
- coll
12496
- entry)))
+ (reduce -conj coll entry)))
12497
12498
IEmptyableCollection
12499
(-empty [coll] (with-meta (. HashMap -EMPTY) meta))
0 commit comments