source files: x01v.[ch] xflv.[ch] x32v.[ch] xcsy.[ch] xgrl.[ch]
SYNTAX
(SEND <ary> :EQUALP <ary2>)
DESCRIPTION
Returns non-NIL iff the two arrays are of the same shape (same number of dimensions and same size in each dimension) are the same element-for-element. If either (or both) array has a fill pointer, elements are compared only up to the pointer (or the minimum of the two fillpointers).
NOTE:
:EQUALP currently returns NIL whenever the two arrays are of different types (float/int/bit). This is a bug.