vector->array

[procedure] vector->array vect proto dim1 ...

SRFI-63: Returns an array of type proto consisting of all the elements, in row-major order, of vect. In the case of a rank-0 array, vect has a single element.

vect must be a vector of length equal to the product of exact nonnegative integers dim1, ....