ClojureDocs

Nav

Namespaces

list*

clojure.core

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