chickadee » generalized-arrays » array-copy

(array-copy array [(mutable? #t)])procedure

Returns an array containing the elements of array. The stride and offset are implementation-defined. The resulting array is mutable if mutable? is true. The returned array has the same storage class as array.