chickadee » srfi-128 » comparator-hash

comparator-hash comparator objprocedure

Invokes the hash function of comparator on obj and returns what it returns. More convenient than comparator-hash-function, but less efficient when the function is called repeatedly.

Note: No invokers are required for the equality and ordering predicates, because =? and <? serve this function.