RosettaCodeData/Task/Multiple-distinct-objects/Common-Lisp/multiple-distinct-objects-3.lisp
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

2 lines
103 B
Common Lisp

(map-into (make-list n) #'make-the-distinct-thing)
(map-into (make-array n) #'make-the-distinct-thing)