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 db83b52 commit d6e39e9Copy full SHA for d6e39e9
src/main/cljs/cljs/core.cljs
@@ -353,6 +353,8 @@
353
354
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; arrays ;;;;;;;;;;;;;;;;
355
356
+(declare apply)
357
+
358
(defn ^array make-array
359
"Construct a JavaScript array of the specified dimensions. Accepts ignored
360
type argument for compatibility with Clojure. Note that there is no efficient
@@ -390,8 +392,6 @@
390
392
(recur (inc i)))
391
393
a))))
394
-(declare apply)
-
395
(defn aget
396
"Returns the value at the index."
397
([array i]
0 commit comments