static L uniquifyAndSort(Collection l) { ret sorted(uniquify(l)); }