- vector-reverse-copy! to at from #!optional start endprocedure
Like vector-copy!, but the elements appear in to in reverse order. (vector-reverse! target tstart send) would.
Like vector-copy!, but the elements appear in to in reverse order. (vector-reverse! target tstart send) would.