Next: srfi comparators compar proc, Previous: srfi comparators accessors, Up: srfi comparators [Index]
Invoke the type test predicate of comparator on obj and return what it returns.
Invoke the type test predicate of comparator on obj and
return #t
if it returns #t
; otherwise signal an error.
As a Vicare extension: the optional argument who must be
compatible with the argument of make-who-condition
and it is used
to raise a descriptive exception when obj does not match the
comparator.
Invoke the equality predicate of comparator on obj1 and obj2 and return what it returns.
Invoke the comparison procedure of comparator on obj1 and obj2 and return what it returns.
Invoke the hash function of comparator on obj and return what it returns.