static void longMultiSet_dropBottomPart(Map ms, int n) { keys(ms).removeAll(takeFirst(n, sortByScore(keys(ms), ms))); }