Public Vars

Back

list* (clj)

(source)

function

(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.

Examples