chickadee » generalized-arrays » array=?

array=? lhs rhsprocedure

A predicate function which evalutes if the dimensions of the left and right arrays (lhs and rhs respectively) are equal, and all of the elements at each index position in the left and right arrays are equal as if applying equal?.

This is mostly useful in writing tests, and is unlikely to be too useful outside of them.