(to-array [coll])Returns an array of Objects containing the contents of coll, which
can be any Collection. Maps to java.util.Collection.toArray().
Examples
No examples yet. Be the first to add one!
(to-array [coll])No examples yet. Be the first to add one!