AZ
This SRFI specifies an array mechanism for Scheme. Arrays as defined here are quite general; at their most basic, an array is simply a mapping, or function, from multi-indices of exact integers to Scheme values.
https://srfi.schemers.org/srfi-179/