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

3 lines
103 B
Common Lisp
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(map-into (make-list n) #'make-the-distinct-thing)
(map-into (make-array n) #'make-the-distinct-thing)