static Comparator howLongAgo_comparator() { ret makeComparator(func(S a, S b) -> int { ret cmp(howLongAgo_toMS(b), howLongAgo_toMS(a)); }); }