This function is to vectors what for-each is to lists.
In particular, the procedure proc is called with
corresponding vector elements,
in order (up to the length of the shortest vector.)
Also, vector-for-each returns whatever
the last call to proc returns[1].
| [1] | This return value is deprecated |