ClojureDocs

导航

命名空间

to-array

clojure.core

1.0 版起可用 (源码)
  • (to-array coll)
Returns an array of Objects containing the contents of coll, which
can be any Collection.  Maps to java.util.Collection.toArray().