chickadee » generalized-arrays » array-view?

array-view? arrayprocedure

Predicate which evaluates to #t iff the array is some kind of array view, otherwise #f. An array can be a slice, or any array that has had its axes re-arranged in some way (tranposition, swap-axes, squeeze, expand), while maintaining the same underlying storage object and interval rank.