chickadee » generalized-arrays » make-array

make-array storage-class shape #!optional fillprocedure

Returns a newly allocated mutable array (with a newly allocated storage object of the specified storage-class) that has the specified bounds. The values of the elements default to the default fill value of the storage class if the fill argument is omitted.