Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Port CLJ-2405 to ClojureScript.

4 Answers

0 votes
by

Comment made by: eugenek

With the patch applied:

`

cljs.user=> (doc vec)

cljs.core/vec
([coll])
Returns a vector containing the contents of coll. JavaScript arrays
will be aliased and should not be modified.

`

0 votes
by

Comment made by: mfikes

For Eugene's CA status see CLJS-2729.

0 votes
by

Comment made by: mfikes

This is motivated by the change in CLJS-2794. Strictly speaking this one could wait until CLJ-2405 is accepted into Clojure.

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2925 (reported by mfikes)
...