chickadee » ck-macros » c-prefix

(c-prefix L X ...) → listsyntax

Yields the given list with the extra arguments added to the front. Added in version 0.3.0.

(ck () (c-quote (c-prefix '(c d) 'a 'b)))
;; ==> '(a b c d)