vector=[procedure] vector= eq vec ...
SRFI-43: Compares given vectors element-wise, using procedure eq.
Eq is always called with two arguments, even if more than three vectors
are given; eq must be consistent with eq?, e.g. if (eq a b) => #t
then (eq? a b) => #t.
If no vector or only one vector is given, always return #t.
|