chickadee » srfi-162 » comparator-if<=>

comparator-if<=> [ <comparator> ] <object1> <object2> <less-than> <equal-to> <greater-than>syntax
  • If comparator ordering predicate returns #t, then <less-than> is evaluated. If the equality predicate is #t, then <equal-to> is evaluated, otherwise <greater-than> is evaluated and result returned.