to-array has what appears to be a temporary docstring:
Here is Clojure's
It seems that the ClojureScript's version could be derived from Clojure's to-array,
while avoiding any reference to Java things like Object or Collection. It could
say something like:
Also, the parameter name could be changed from s to coll to match
the docstring.
With
:
CLJS-2937.patch passes CI and LGTM.