cl-nth-value

cl-nth-value is an alias for `nth' in `cl-lib.el'.

(cl-nth-value N EXPRESSION)

Evaluate EXPRESSION to get multiple values and return the Nth one.
This handles multiple values in Common Lisp style, but it does not work
right when EXPRESSION calls an ordinary Emacs Lisp function that returns just
one value.