Returns false-y, :warn, or :error based on configuration and the
current value of *unchecked-arrays*.
Source
(defnchecked-arrays"Returns false-y, :warn, or :error based on configuration and the
current value of *unchecked-arrays*."[](when(and(not(-> @env/*compiler*:options:advanced))(not*unchecked-arrays*))*checked-arrays*))