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 fa643f1 commit d975d25Copy full SHA for d975d25
src/main/cljs/cljs/core.cljs
@@ -12334,7 +12334,7 @@ reduces them without incurring seq initialization"
12334
[& args]
12335
(if (and (instance? IndexedSeq args) (zero? (.-i args)))
12336
(.fromArray Vector (.-arr args) (not (array? (.-arr args))))
12337
- (vec args)))
+ (Vector. nil (into-array args) nil)))
12338
12339
; The keys field is an array of all keys of this map, in no particular
12340
; order. Any string, keyword, or symbol key is used as a property name
0 commit comments