vector-map!

[procedure] vector-map! proc vec1 vec2 ...

SRFI-43: Maps proc on elements of vectors. Destructively modifies vec1 to store the results, and returns an unspecified value.

See also vector-map, vector-for-each.