chickadee » sparse-vectors » sparse-vector-equal?

sparse-vector-equal? SPARSE-VECTOR-1 SPARSE-VECTOR-2 #!optional EQAL?procedure

Does SPARSE-VECTOR-1 = SPARSE-VECTOR-2?

EQAL? ; (* * --> boolean) ; equality function, default is equal?.

Note that the EQAL? function must deal with the, possible, non-domain sparse-vector default object.

An O(n) operation, where n is total-count.