share-array

[procedure] share-array array shape proc

SRFI-25: creates a new array that shares the backing storage of array. proc is an affine-mapping procedure. See also make-array.

SRFI-47 and Scheme48 have make-shared-array which has slightly different API.