chickadee
»
srfi-116
»
ilist
Identifier search
ilist
obj
...
procedure
Returns a newly allocated ilist of its arguments.
(ilist 'a (+ 3 4) 'c) ;=> (a 7 c) (ilist) ;=> ()