fset icon indicating copy to clipboard operation
fset copied to clipboard

Need a 'compare' method on 'array'

Open slburson opened this issue 1 year ago • 1 comments

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.

slburson avatar Sep 04 '24 01:09 slburson

Also, the method for vector should include a specialization for simple-bit-vector.

slburson avatar Sep 04 '24 01:09 slburson