Macro: STRING-COMPARATOR

Source

(defmacro string-comparator ()
  `(build-comparator #'string= :< #'string<))
Source Context