[alexandria-devel] MULTIPLE-VALUE-IDENTITY

Tobias C. Rittweiler tcr at freebits.de
Mon Sep 8 10:23:42 UTC 2008


(defun multiple-value-identity (&rest args)
  "Return its arguments as multiple values."
  (values-list args))




More information about the alexandria-devel mailing list