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

specialized-array-default-safe?parameter

With no argument, returns #t if newly constructed specialized arrays check the arguments of setters and getters by default, and #f otherwise.

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