Next: , Previous: , Up: srfi comparators   [Index]


2.38.10 Accessors

Function: comparator-type-test-procedure comparator
Function: comparator-test-type-procedure comparator

Return the type test predicate of comparator.

Function: comparator-check-type-procedure comparator
Function: comparator-type-check-procedure comparator

Return the type check procedure of comparator. The returned procedure can be called with one or two arguments:

NOTE This procedure is a Vicare extension.

Function: comparator-equality-predicate comparator

Return the equality predicate of comparator.

Function: comparator-comparison-procedure comparator

Return the comparison procedure of comparator.

Function: comparator-hash-function comparator

Return the hash function of comparator.