ClojureDocs

导航

命名空间

concat

clojure.core

自 1.0 起可用 ()
  • (concat)
  • (concat x)
  • (concat x y)
  • (concat x y & zs)
Returns a lazy seq representing the concatenation of the elements in the supplied colls.