Programming

(Clojure) Creating an empty string array

steloflute 2013. 3. 6. 12:49

https://groups.google.com/forum/?fromgroups=#!topic/clojure/JixHnBXGAWY

http://clojuredocs.org/clojure_core/clojure.core/into-array


(into-array String [])

(make-array String 0)