vector-copy![procedure] vector-copy! target tstart source [sstart send]
SRFI-43: Copies elements of source between index sstart (inclusive)
and send (exclusive) into target beginning from tstart.
The argument is similar to string-copy!.
See also vector-copy.
[procedure] vector-copy! vector1 vector2 [count]
Chicken: takes different arguments.
|