fset
fset copied to clipboard
Need a 'compare' method on 'array'
We have a compare method for vector that compares the vectors by content, but there's no method for array, which means that multidimensional arrays will fall back to eql.
Also, the method for vector should include a specialization for simple-bit-vector.