list->array

[procedure] list->array rank proto list

SRFI-63: Returns an array of rank rank and type proto consisting of all the elements, in row-major order, of list. When rank is 0, list is the lone array element; not necessarily a list.