sS nPairs(long n) { ret n2(n, "pair"); } sS nPairs(Collection l) { ret nPairs(l(l)); } sS nPairs(Map map) { ret nPairs(l(map)); }