ClojureDocs

导航

命名空间

to-array-2d

clojure.core

自 1.0 起可用 (源代码)
  • (to-array-2d coll)
Returns a (potentially-ragged) 2-dimensional array of Objects
containing the contents of coll, which can be any Collection of any
Collection.