chickadee » vector-lib » vector-reverse-copy!

vector-reverse-copy! target tstart source #!optional sstart sendprocedure

Like vector-copy!, but this copies the elements in the reverse order. It is an error if target and source are identical vectors and the target & source ranges overlap; however, if tstart = sstart, vector-reverse-copy! behaves as (vector-reverse! target tstart send) would.