2 lines
115 B
Common Lisp
2 lines
115 B
Common Lisp
(make-list n :initial-element (make-the-distinct-thing))
|
|
(make-array n :initial-element (make-the-distinct-thing))
|