ClojureDocs

Nav

Namespaces

to-array-2d

clojure.core

Available since 1.0 (source)
  • (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.