ClojureDocs

导航

命名空间

list*

clojure.core

自 1.0 起可用 (源代码)
  • (list* args)
  • (list* a args)
  • (list* a b args)
  • (list* a b c args)
  • (list* a b c d & more)
Creates a new seq containing the items prepended to the rest, the
last of which will be treated as a sequence.