chickadee » generalized-arrays » array-copy!

array-copy! from toprocedure

Copies the elements of array from the "to" argument to the "from" argument starting at element "at". It is an error if there are not enough elements in "to" to make this possible. The storage objects of from and to need not belong to the same storage classes.