- array-setter arrayprocedure
If array is an array built by
(make-array interval getter setter)
then array-setter returns setter. It is an error to call array-setter if array is not a mutable array.
If array is an array built by
(make-array interval getter setter)
then array-setter returns setter. It is an error to call array-setter if array is not a mutable array.