chickadee » srfi-179 » array-domain

array-domain arrayprocedure

If array is an array built by

(make-array interval getter [setter])

(with or without the optional setter argument) then array-domain returns interval. It is an error to call array-domain if array is not an array.