chickadee » srfi-67 » list-compare-as-vector

(list-compare-as-vector [ compare ] x y [ empty? head tail ])procedure

Compare two sequences x and y, using compare for comparing elements. The result is an exact integer in { - 1, 0, 1}. If compare is not supplied, default-compare is used.

The procedure named access-compare-as-order accesses the objects like access and compares them with respect to the order given by order. The names type-compare are abbreviations for type-compare-as-type.