1 if second is larger than first, 0 if the two objects are equal, and -1 if second is smaller than first,
resulting in a descending sort sequence.
wine = .Array~of("Strawberries", "cherries", "angel's kiss")
wine~sortWith(.CaselessDescendingComparator~new) -- Strawberries, cherries, angel's kiss