cl-values-list

cl-values-list is an alias for `identity' in `cl-lib.el'.

(cl-values-list LIST)

Return multiple values, Common Lisp style, taken from a list.
LIST specifies the list of values
that the containing function should return.