ClojureDocs

Nav

Namespaces

to-array

clojure.core

Available since 1.0 (source)
  • (to-array coll)
Returns an array of Objects containing the contents of coll, which
can be any Collection.  Maps to java.util.Collection.toArray().