list
list is a built-in function in `C source code
'.
(list &rest OBJECTS)
Return a newly created list with specified arguments as elements.
Any number of arguments, even zero arguments, are allowed.
C source code
'.
(list &rest OBJECTS)
Return a newly created list with specified arguments as elements.
Any number of arguments, even zero arguments, are allowed.