Previous: vectors mutate, Up: vectors [Index]
Replace the selected subvector in vec1 with the selected subvector in vec2. Return a newly allocated vector.
Reverse the vector. %vector-reverse
returns the result vector
and does not alter its vec parameter. %vector-reverse!
is
the in–place side–effecting variant.