RosettaCodeData/Task/Multiple-distinct-objects/Common-Lisp/multiple-distinct-objects-3.lisp

3 lines
103 B
Common Lisp
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
(map-into (make-list n) #'make-the-distinct-thing)
(map-into (make-array n) #'make-the-distinct-thing)