- vector-compare2 VEC1 VEC2 #!optional DIFFprocedure
Result is negative, zero, or positive. Comparison by length when unequal & element-wise when equal.
- VEC1
- (vector-of 'a) ; .
- VEC2
- (vector-of 'b) ; .
- DIFF
- (('a 'b -> number)) ; quantified difference function.