Welcome! Please see the About page for a little more info on how this works.
Port CLJ-2405 to ClojureScript.
Comment made by: eugenek
With the patch applied:
`
cljs.core/vec ([coll]) Returns a vector containing the contents of coll. JavaScript arrays will be aliased and should not be modified.
Comment made by: mfikes
For Eugene's CA status see CLJS-2729.
This is motivated by the change in CLJS-2794. Strictly speaking this one could wait until CLJ-2405 is accepted into Clojure.