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