chickadee » srfi-179 » specialized-array-default-mutable?

specialized-array-default-mutable? #!optional boolparameter

With no argument, returns #t if newly constructed specialized arrays are mutable by default, and #f otherwise.

If bool is #t then the next call to specialized-array-default-mutable? will return #t; if bool is #f then the next call to specialized-array-default-mutable? will return #f; otherwise it is an error.