chickadee » library » vector-copy!

vector-copy! VECTOR1 VECTOR2 #!optional COUNTprocedure

Copies contents of VECTOR1 into VECTOR2. If the argument COUNT is given, it specifies the maximal number of elements to be copied. If not given, the minimum of the lengths of the argument vectors is copied.

Exceptions: (exn bounds)