sS nPlayers(long n) { ret n2(n, "player"); } sS nPlayers(Cl l) { ret nPlayers(l(l)); } sS nPlayers(Map map) { ret nPlayers(l(map)); }