make-shared-array

[procedure] make-shared-array array linear-map dimension0 ...

SRFI-47, Scheme48: create a new array that shares the same storage of array. linear-map is a procedure that maps new array's indices into a list of indices of array. See also make-array.

SRFI-25 has share-array, which has slightly different API.