chickadee » srfi-179 » array-elements-in-order?

array-elements-in-order? Aprocedure

Assumes that A is a specialized array, in which case it returns #t if the elements of A are in order and stored adjacently in (array-body A) and #f otherwise.

It is an error if A is not a specialized array.