Arc Cross Reference |
compare[procedure] compare comparer scorerCreates a procedure that compares two objects, by first applying scorer to both and then applying comparer to the result. (def compare (comparer scorer) (fn (x y) (comparer (scorer x) (scorer y)))) | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |