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