Skip to main content

to-array

functionv1.0

clojure.core/to-array

Available in:BBCLJCLJS
(to-array [coll])
Returns an array of Objects containing the contents of coll, which can be any Collection. Maps to java.util.Collection.toArray().

No examples yet. Be the first to add one!