chickadee » generalized-arrays » make-storage-object

make-storage-object storage-class n #!optional fillprocedure

Returns a newly allocated storage object with class storage-class and length n, filled with value fill, if specified. If fill is not specified, then the default fill value for the storage object is used.