2 lines
103 B
Common Lisp
2 lines
103 B
Common Lisp
(map-into (make-list n) #'make-the-distinct-thing)
|
|
(map-into (make-array n) #'make-the-distinct-thing)
|